Skip to content

Commit

Permalink
feat: enable @typescript-eslint/consistent-type-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed May 24, 2024
1 parent 67580b4 commit 4917db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default tseslint.config(
'@typescript-eslint/require-await': ['warn'],
'@typescript-eslint/no-misused-promises': ['warn'],
'@typescript-eslint/no-base-to-string': ['warn'],
'@typescript-eslint/consistent-type-imports': ['error'],
},
},
{
Expand Down

0 comments on commit 4917db3

Please sign in to comment.