no duplicate imports

This commit is contained in:
Kartik Datrika
2026-03-25 11:48:12 +05:30
parent c3fb1f0cf3
commit dc59189cc6

View File

@@ -35,6 +35,7 @@ export default tseslint.config(
// General // General
'no-console': ['error', { allow: ['warn', 'error'] }], 'no-console': ['error', { allow: ['warn', 'error'] }],
'no-duplicate-imports': 'error',
}, },
} }
); );