Remove Review.Scope

This commit is contained in:
Jeroen Engels 2020-04-21 23:02:26 +02:00
parent 33c85462ed
commit d0b9cb16f7
2 changed files with 1 additions and 1110 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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