Skip to content

Commit dcbea1a

Browse files
committed
Enable @stylistic/type-annotation-spacing
1 parent 9c7845c commit dcbea1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ module.exports = {
2323
'newlines-between': 'always-and-inside-groups'
2424
}],
2525

26+
'@stylistic/type-annotation-spacing': ['error'],
27+
2628
'@typescript-eslint/consistent-type-imports': ['error'],
2729

2830
'array-callback-return': ['error'],

0 commit comments

Comments
 (0)