Expose Lint.Fix as part of the public API

This commit is contained in:
Jeroen Engels 2019-08-04 12:10:19 +02:00
parent 330b1a1a7b
commit 9283ee5d8b

View File

@ -12,6 +12,7 @@
"Lint.Rule.NoImportingEverything",
"Lint.Rule.NoUnusedTypeConstructors",
"Lint.Rule.NoUnusedVariables",
"Lint.Fix",
"Lint.Test"
],
"elm-version": "0.19.0 <= v < 0.20.0",
@ -23,4 +24,4 @@
"stil4m/elm-syntax": "7.1.0 <= v < 8.0.0"
},
"test-dependencies": {}
}
}