We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a22de commit dbe1b40Copy full SHA for dbe1b40
.eslintrc.cjs
@@ -13,6 +13,7 @@ module.exports = {
13
'no-debugger': 'error',
14
'no-console': ['error', { allow: ['warn', 'error', 'info', 'clear'] }],
15
'sort-imports': ['error', { ignoreDeclarationSort: true }],
16
+ 'no-duplicate-imports': 'error',
17
18
// This rule enforces the preference for using '@ts-expect-error' comments in TypeScript
19
// code to indicate intentional type errors, improving code clarity and maintainability.
0 commit comments