diff --git a/ROADMAP.md b/ROADMAP.md index cf41cda..cf4bd4b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -51,7 +51,7 @@ - [ ] "id-match" - [ ] "implicit-arrow-linebreak" - [ ] "indent" -- [ ] "indent-legacy" +- [X] "indent-legacy" - [ ] "init-declarations" - [ ] "jsx-quotes" - [ ] "key-spacing" diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 17a1f02..419a068 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -3,6 +3,9 @@ "error", "always" ], + "indent-legacy": [ + "off" + ], "no-tabs": [ "error", {