pete-murphy/elm-review-elm-css-migration

`elm-review` rules to help in migrating off of `elm-css`


License
MIT
Install
elm-package install pete-murphy/elm-review-elm-css-migration 1.0.1

Documentation

elm-review-elm-css-migration

Provides elm-review rules to assist in migrating off of elm-css.

Provided rules

Configuration

module ReviewConfig exposing (config)

importOnlyInAttributeList
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ OnlyInAttributeList.rule
    ]

Try it out

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

elm-review --template pete-murphy/elm-review-elm-css-migration/example