Skip to content

Commit dbe1b40

Browse files
committed
chore: enable no-duplicate-imports
1 parent 79a22de commit dbe1b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
'no-debugger': 'error',
1414
'no-console': ['error', { allow: ['warn', 'error', 'info', 'clear'] }],
1515
'sort-imports': ['error', { ignoreDeclarationSort: true }],
16+
'no-duplicate-imports': 'error',
1617

1718
// This rule enforces the preference for using '@ts-expect-error' comments in TypeScript
1819
// code to indicate intentional type errors, improving code clarity and maintainability.

0 commit comments

Comments
 (0)