summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/eslint.json3
2 files changed, 4 insertions, 1 deletions
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",
{