summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 45b46f4c..72db7eb1 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -15,6 +15,7 @@
"curly": ["error", "multi-line", "consistent"],
"indent": ["error", "tab"],
"no-alert": "error",
+ "no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
"no-trailing-spaces": "error",
"quotes": ["error", "single", "avoid-escape"],
"semi": "error",