Skip to content

Commit 45cc3b6

Browse files
eslint.config.mjs enforce consistent-type-imports
1 parent ada3e1f commit 45cc3b6

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
@@ -91,6 +91,7 @@ export default tseslint.config(
9191
{ ignoreRestSiblings: false, caughtErrors: 'none' },
9292
],
9393
'@typescript-eslint/no-unsafe-function-type': 'error',
94+
'@typescript-eslint/consistent-type-imports': 'error',
9495
'@typescript-eslint/no-wrapper-object-types': 'error',
9596
'@typescript-eslint/no-non-null-assertion': 'error',
9697
'no-empty-function': 'off',

0 commit comments

Comments
 (0)