Skip to content

Commit

Permalink
disabled stylistic for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed Jun 10, 2024
1 parent 4765d85 commit eb4c0a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const nuxtConfig = createConfigForNuxt({
// Rules for module authors
tooling: true,
// Rules for formatting
stylistic: true,
stylistic: false,
},
dirs: {
src: ["./playground"],
},
});
})

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

0 comments on commit eb4c0a7

Please sign in to comment.