Add no-duplicate-imports rule and fix issue

This commit is contained in:
Bill Thornton
2022-04-01 00:46:55 -04:00
parent 2c156b4b19
commit f286641328
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ module.exports = {
'jsx-quotes': ['error', 'prefer-single'],
'keyword-spacing': ['error'],
'max-statements-per-line': ['error'],
'no-duplicate-imports': ['error'],
'no-empty-function': ['error'],
'no-floating-decimal': ['error'],
'no-multi-spaces': ['error'],