jfmengels / elm-review-testing-something

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-review-testing-something

Provides elm-review rules to REPLACEME.

Provided rules

Configuration

module ReviewConfig exposing (config)

import Not.A.Rule
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ Not.A.Rule.rule
    ]

Try it out

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

elm-review --template jfmengels/elm-review-testing-something/example

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 58.1%Language:Elm 41.9%