Skip to content

Commit 76152dc

Browse files
eslint.config.mjs enforce consistent-type-imports
1 parent a98b8d4 commit 76152dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export default tseslint.config(
8888
{ ignoreRestSiblings: false, caughtErrors: 'none' },
8989
],
9090
'@typescript-eslint/no-unsafe-function-type': 'error',
91+
'@typescript-eslint/consistent-type-imports': 'error',
9192
'@typescript-eslint/no-wrapper-object-types': 'error',
9293
'@typescript-eslint/no-non-null-assertion': 'error',
9394
'no-empty-function': 'off',

0 commit comments

Comments
 (0)