mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 23:05:35 +03:00
Remove Review.Scope
This commit is contained in:
parent
33c85462ed
commit
d0b9cb16f7
1109
src/Review/Scope.elm
1109
src/Review/Scope.elm
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ module MiscRules.NoHtmlButton exposing (rule)
|
||||
import Elm.Syntax.Expression exposing (Expression(..))
|
||||
import Elm.Syntax.Node as Node exposing (Node)
|
||||
import Review.Rule as Rule exposing (Direction, Error, Rule)
|
||||
import Review.Scope as Scope
|
||||
import Scope
|
||||
|
||||
|
||||
rule : Rule
|
||||
|
Loading…
Reference in New Issue
Block a user