aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 20:56:41 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 20:56:41 +0300
commit3f3d4da18b5aece01641cba90206b1d33c467545 (patch)
treed86fe1f2d59fa6875002aa485a6ea7940de51df9 /src
parent838f58e1cdbd395e7a25e87b97ac506e9d9931c5 (diff)
parent1380e3839788779a3402a0bf4fb1a3ba57c0d162 (diff)
downloadeslint-config-3f3d4da18b5aece01641cba90206b1d33c467545.tar.xz
eslint-config-3f3d4da18b5aece01641cba90206b1d33c467545.zip
Merge branch 'master' into develop
Diffstat (limited to 'src')
-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"
],