Skip to content

Commit f57c8ca

Browse files
authored
Merge pull request #846 from 3flex/ts-eslint-8
2 parents 7081638 + dcbea1a commit f57c8ca

File tree

3 files changed

+805
-164
lines changed

3 files changed

+805
-164
lines changed

.eslintrc.cjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
root: true,
33
parser: '@typescript-eslint/parser',
44
plugins: [
5+
'@stylistic',
56
'@typescript-eslint',
67
'import',
78
'vitest'
@@ -22,8 +23,9 @@ module.exports = {
2223
'newlines-between': 'always-and-inside-groups'
2324
}],
2425

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

2830
'array-callback-return': ['error'],
2931
'arrow-spacing': ['error'],

0 commit comments

Comments
 (0)