mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-25 10:41:47 +03:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"summary": "A linter for Elm. Get your code from correct to better.",
|
|
"repository": "https://github.com/jfmengels/elm-lint.git",
|
|
"license": "BSD3",
|
|
"source-directories": [
|
|
"src"
|
|
],
|
|
"exposed-modules": [
|
|
"Lint",
|
|
"Lint.Types",
|
|
"Lint.Rules.DefaultPatternPosition",
|
|
"Lint.Rules.NoConstantCondition",
|
|
"Lint.Rules.NoDebug",
|
|
"Lint.Rules.NoDuplicateImports",
|
|
"Lint.Rules.NoExposingEverything",
|
|
"Lint.Rules.NoImportingEverything",
|
|
"Lint.Rules.NoNestedLet",
|
|
"Lint.Rules.NoUnannotatedFunction",
|
|
"Lint.Rules.NoUnusedVariables",
|
|
"Lint.Rules.NoUselessIf",
|
|
"Lint.Rules.NoUselessPatternMatching",
|
|
"Lint.Rules.NoWarningComments",
|
|
"Lint.Rules.SimplifyPiping"
|
|
],
|
|
"dependencies": {
|
|
"elm-community/list-extra": "5.0.1 <= v < 6.0.0",
|
|
"elm-lang/core": "5.0.0 <= v < 6.0.0",
|
|
"elm-lang/html": "2.0.0 <= v < 3.0.0",
|
|
"jfmengels/elm-ast": "1.0.1 <= v < 2.0.0"
|
|
},
|
|
"elm-version": "0.18.0 <= v < 0.19.0"
|
|
}
|