We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b1da8c + 3feb77a commit f2b6628Copy full SHA for f2b6628
2 files changed
eslint.config.mjs
@@ -1,9 +1,6 @@
1
// @ts-check
2
import withNuxt from './.nuxt/eslint.config.mjs'
3
-import stylistic from '@stylistic/eslint-plugin'
4
5
export default withNuxt(
6
- stylistic.configs.customize({
7
- "comma-dangle": "off"
8
- })
+
9
)
nuxt.config.ts
@@ -24,10 +24,7 @@ export default defineNuxtConfig({
24
25
eslint: {
26
config: {
27
- stylistic: {
28
- commaDangle: 'never',
29
- braceStyle: '1tbs'
30
- }
+ stylistic: false
31
}
32
33
})
0 commit comments