Skip to content

Commit f2b6628

Browse files
authored
Merge pull request #1 from ScratchJP/driplase-patch-1
2 parents 9b1da8c + 3feb77a commit f2b6628

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// @ts-check
22
import withNuxt from './.nuxt/eslint.config.mjs'
3-
import stylistic from '@stylistic/eslint-plugin'
43

54
export default withNuxt(
6-
stylistic.configs.customize({
7-
"comma-dangle": "off"
8-
})
5+
96
)

nuxt.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ export default defineNuxtConfig({
2424

2525
eslint: {
2626
config: {
27-
stylistic: {
28-
commaDangle: 'never',
29-
braceStyle: '1tbs'
30-
}
27+
stylistic: false
3128
}
3229
}
3330
})

0 commit comments

Comments
 (0)