Skip to content

Commit 3baadb5

Browse files
committed
chore: slight reformatting
1 parent a59e57c commit 3baadb5

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

eslint.config.mjs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ export default createConfigForNuxt({
1313
'./example',
1414
],
1515
},
16-
}).append({
17-
files: ['test/**'],
18-
rules: {
19-
'@typescript-eslint/no-explicit-any': 'off',
16+
}).append(
17+
{
18+
files: ['test/**'],
19+
rules: {
20+
'@typescript-eslint/no-explicit-any': 'off',
21+
},
2022
},
21-
}, {
22-
rules: {
23-
'@typescript-eslint/no-invalid-void-type': 'off',
24-
// TODO: remove this rule
25-
'@typescript-eslint/no-explicit-any': 'off',
23+
{
24+
rules: {
25+
'@typescript-eslint/no-invalid-void-type': 'off',
26+
// TODO: remove this rule
27+
'@typescript-eslint/no-explicit-any': 'off',
28+
},
2629
},
27-
})
30+
)

0 commit comments

Comments
 (0)