feat(eslint): Rule "no-duplicate-imports"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:27:28 +04:00
parent d1085d5b1a
commit 0fdc1f6b95
2 changed files with 7 additions and 1 deletions

View File

@ -218,6 +218,12 @@
"no-debugger": [
"warn"
],
"no-duplicate-imports": [
"error",
{
"includeExports": true
}
],
"no-else-return": [
"error",
{