We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59e57c commit 3baadb5Copy full SHA for 3baadb5
eslint.config.mjs
@@ -13,15 +13,18 @@ export default createConfigForNuxt({
13
'./example',
14
],
15
},
16
-}).append({
17
- files: ['test/**'],
18
- rules: {
19
- '@typescript-eslint/no-explicit-any': 'off',
+}).append(
+ {
+ files: ['test/**'],
+ rules: {
20
+ '@typescript-eslint/no-explicit-any': 'off',
21
+ },
22
-}, {
23
- '@typescript-eslint/no-invalid-void-type': 'off',
24
- // TODO: remove this rule
25
+ '@typescript-eslint/no-invalid-void-type': 'off',
26
+ // TODO: remove this rule
27
28
29
-})
30
+)
0 commit comments