summaryrefslogtreecommitdiff
path: root/src/rules/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/default.json')
-rw-r--r--src/rules/default.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index fb92019..d3b3cb1 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -214,6 +214,10 @@
"ignoreArrayIndexes": false
}
],
+ "no-mixed-spaces-and-tabs": [
+ "error",
+ "smart-tabs"
+ ],
"no-multi-spaces": [
"error",
{