aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 0967ef4..531f091 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -1 +1,8 @@
-{}
+{
+ "no-tabs": [
+ "error",
+ {
+ "allowIndentationTabs": true
+ }
+ ]
+}