Skip to content

Commit

Permalink
Remove config for type-annotation-spacing rule
Browse files Browse the repository at this point in the history
This rule was removed from typescript-eslint in v8
  • Loading branch information
3flex committed Dec 4, 2024
1 parent ecaa2a6 commit c189994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
}],

'@typescript-eslint/consistent-type-imports': ['error'],
'@typescript-eslint/type-annotation-spacing': ['error'],

'array-callback-return': ['error'],
'arrow-spacing': ['error'],
Expand Down

0 comments on commit c189994

Please sign in to comment.