aboutsummaryrefslogtreecommitdiff
path: root/src/rules/unicorn/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/unicorn/default.json')
-rw-r--r--src/rules/unicorn/default.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/unicorn/default.json b/src/rules/unicorn/default.json
index bb3abab..bf11b2b 100644
--- a/src/rules/unicorn/default.json
+++ b/src/rules/unicorn/default.json
@@ -8,6 +8,12 @@
}
}
],
+ "unicorn/import-index": [
+ "error",
+ {
+ "ignoreImports": true
+ }
+ ],
"unicorn/no-console-spaces": [
"error"
],