Skip to content

Commit

Permalink
enable eslint rule: '@typescript-eslint/consistent-type-imports'
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos authored and Gnuk committed Nov 11, 2024
1 parent a1ba586 commit 9a8408d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
'newlines-between': 'always',
},
],
'@typescript-eslint/consistent-type-imports': 'error',
'prettier/prettier': [
'error',
{
Expand Down

0 comments on commit 9a8408d

Please sign in to comment.