Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 686 Bytes

readme-old.md

File metadata and controls

29 lines (19 loc) · 686 Bytes

elm-review-codeinstaller

Provides elm-review rules to REPLACEME.

Provided rules

Configuration

module ReviewConfig exposing (config)

import Install.ClauseInCase
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ Install.ClauseInCase.rule
    ]

Try it out

You can try the example configuration above out by running the following command:

elm-review --template jxxcarlson/elm-review-codeinstaller/example