Skip to content

Commit df4d092

Browse files
jbl428imdudu1
andcommitted
chore: fix eslintrc format
Co-authored-by: imdudu1 <[email protected]>
1 parent 5e92cea commit df4d092

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

.eslintrc.yml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,29 @@ extends:
66
- plugin:@typescript-eslint/recommended
77
- plugin:prettier/recommended
88
overrides:
9-
- files: [ 'vitest.config.ts', 'global.vitest.ts' ]
9+
- files:
10+
- vitest.config.ts
11+
- global.vitest.ts
1012
parser: '@typescript-eslint/parser'
1113
parserOptions:
12-
project: 'tsconfig.spec.json'
14+
project: tsconfig.spec.json
1315
parserOptions:
14-
project: 'tsconfig.json'
16+
project: tsconfig.json
1517
ecmaVersion: latest
1618
sourceType: module
1719
rules:
18-
semi: [ 'error', 'always' ]
19-
import/order: [
20-
'error',
21-
{
22-
groups: [ 'builtin', 'external', [ 'parent', 'sibling' ], 'index' ],
23-
alphabetize: {
24-
order: 'asc',
25-
caseInsensitive: true,
26-
},
27-
},
28-
]
20+
semi:
21+
- error
22+
- always
23+
import/order:
24+
- error
25+
- groups:
26+
- builtin
27+
- external
28+
- - parent
29+
- sibling
30+
- index
31+
alphabetize:
32+
order: asc
33+
caseInsensitive: true
2934
'@typescript-eslint/no-extraneous-class': 0

0 commit comments

Comments
 (0)