Skip to content

Commit 7361c73

Browse files
committedJul 28, 2024··
feat: enable @typescript-eslint/no-import-type-side-effects, close #439
1 parent 7180110 commit 7361c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/eslint-config/src/flat/configs/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default function typescript(options: NuxtESLintConfigOptions): Linter.Con
7272
vars: 'all',
7373
varsIgnorePattern: '^_',
7474
}],
75+
'@typescript-eslint/no-import-type-side-effects': 'error',
7576
},
7677
},
7778
]

0 commit comments

Comments
 (0)
Please sign in to comment.