diff --git a/elm.json b/elm.json index 16323a0b..c78fa3cb 100644 --- a/elm.json +++ b/elm.json @@ -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": {} -} \ No newline at end of file +}