feat(unicorn): import-index
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d604a6f373
commit
9ff6063149
@ -480,7 +480,7 @@
|
||||
- [ ] "expiring-todo-comments"
|
||||
- [ ] "explicit-length-check"
|
||||
- [X] "filename-case"
|
||||
- [ ] "import-index"
|
||||
- [X] "import-index"
|
||||
- [ ] "new-for-builtins"
|
||||
- [ ] "no-abusive-eslint-disable"
|
||||
- [ ] "no-array-instanceof"
|
||||
|
@ -8,6 +8,12 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"unicorn/import-index": [
|
||||
"error",
|
||||
{
|
||||
"ignoreImports": true
|
||||
}
|
||||
],
|
||||
"unicorn/no-console-spaces": [
|
||||
"error"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user