Provides elm-review
rules to REPLACEME.
Install.ClauseInCase
- Reports REPLACEME.
module ReviewConfig exposing (config)
import Install.ClauseInCase
import Review.Rule exposing (Rule)
config : List Rule
config =
[ Install.ClauseInCase.rule
]
You can try the example configuration above out by running the following command:
elm-review --template jxxcarlson/elm-review-codeinstaller/example