Skip to content

Commit eb4c0a7

Browse files
committed
disabled stylistic for prettier
1 parent 4765d85 commit eb4c0a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: eslint.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const nuxtConfig = createConfigForNuxt({
88
// Rules for module authors
99
tooling: true,
1010
// Rules for formatting
11-
stylistic: true,
11+
stylistic: false,
1212
},
1313
dirs: {
1414
src: ["./playground"],
1515
},
16-
});
16+
})
1717

18-
export default [nuxtConfig.toConfigs(), eslintConfigPrettier];
18+
export default [ ...await nuxtConfig, eslintConfigPrettier ];

0 commit comments

Comments
 (0)