noredink/elm-review-html-lazy - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

elm-review-html-lazy

Provides elm-review rules detect incorrect usage of Html.Lazy and Html.Styled.Lazy .

Provided rules

Configuration

module ReviewConfig exposing (config)

import UseMemoizedLazyLambda
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ UseMemoizedLazyLambda.rule
    ]

Try it out

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

elm-review --template noredink/elm-review-html-lazy/example