fysiweb/elm-review-no-import-as - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

elm-review-no-import-as

Provides elm-review rules to forbid the use of import aliases.

Provided rules

Configuration

module ReviewConfig exposing (config)

import NoImportAs
import Review.Rule exposing (Rule)

config : List Rule
config =
    [ NoImportAs.rule
    ]