mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-24 15:54:02 +03:00
Add explanation as to why the Lint.Project module is available
This commit is contained in:
parent
50a84c7433
commit
61fe5ea013
@ -6,6 +6,10 @@ module Lint.Project exposing
|
||||
|
||||
{-| Represents project-related data, that a rule can access to get more information.
|
||||
|
||||
These will be accessible in rules with functions like [`Lint.Rule.withElmJsonVisitor`](./Lint-Rule#withElmJsonVisitor).
|
||||
This module is made to build all of the project-related data that we want
|
||||
rules to have access to, to later pass it to the [`Lint.lint`](./Lint#lint) function.
|
||||
|
||||
|
||||
# Definition
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user