Skip to content

Commit

Permalink
Enable @stylistic/type-annotation-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jan 12, 2025
1 parent 9c7845c commit dcbea1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ module.exports = {
'newlines-between': 'always-and-inside-groups'
}],

'@stylistic/type-annotation-spacing': ['error'],

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

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

0 comments on commit dcbea1a

Please sign in to comment.