added rule to avoid duplicate imports

This commit is contained in:
Miodec 2022-09-27 15:49:02 +02:00
parent 7511cb15f0
commit 2264af3c70

View file

@ -56,6 +56,7 @@
]
}
],
"no-duplicate-imports": ["error"],
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off"