ESLint: add no-duplicate-imports rule
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -258,6 +258,7 @@ module.exports = {
|
||||
alphabetize: { order: 'asc' },
|
||||
},
|
||||
],
|
||||
'@typescript-eslint/no-duplicate-imports': 'error',
|
||||
|
||||
'promise/catch-or-return': 'error',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user