Skip to content

Commit beac444

Browse files
cmdcolinclaude
andcommitted
add @typescript-eslint/consistent-type-imports rule
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c50b95e commit beac444

File tree

3 files changed

+6784
-640
lines changed

3 files changed

+6784
-640
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default defineConfig(
3333
rules: {
3434
'no-underscore-dangle': 'off',
3535
curly: 'error',
36+
'@typescript-eslint/consistent-type-imports': 'error',
3637
semi: ['error', 'never'],
3738
'no-plusplus': 'off',
3839

0 commit comments

Comments
 (0)