summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 0d52951..2a790cd 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -33,6 +33,9 @@
{
"destructuring": "all"
}
- ]
+ ],
+ // prettier has control of indentation
+ "indent": ["off"],
+ "no-mixed-spaces-and-tabs": ["off"]
}
}