feat(eslint): Rule "no-duplicate-imports"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d1085d5b1a
commit
0fdc1f6b95
@ -104,7 +104,7 @@
|
|||||||
- [ ] "no-dupe-else-if"
|
- [ ] "no-dupe-else-if"
|
||||||
- [ ] "no-dupe-keys"
|
- [ ] "no-dupe-keys"
|
||||||
- [ ] "no-duplicate-case"
|
- [ ] "no-duplicate-case"
|
||||||
- [ ] "no-duplicate-imports"
|
- [X] "no-duplicate-imports"
|
||||||
- [X] "no-else-return"
|
- [X] "no-else-return"
|
||||||
- [X] "no-empty"
|
- [X] "no-empty"
|
||||||
- [ ] "no-empty-character-class"
|
- [ ] "no-empty-character-class"
|
||||||
|
@ -218,6 +218,12 @@
|
|||||||
"no-debugger": [
|
"no-debugger": [
|
||||||
"warn"
|
"warn"
|
||||||
],
|
],
|
||||||
|
"no-duplicate-imports": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"includeExports": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"no-else-return": [
|
"no-else-return": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user