My personal elm-review
config for all Elm projects. Check out elm-review
if you don't know what this is.
You can try this out by running:
npx elm-review --template SiriusStarr/elm-review-rules
For more permanent usage, run:
npm install elm-review --save-dev
git submodule add https://github.com/SiriusStarr/elm-review-rules.git review
and then use:
npx elm-review
in your development.