Skip to content

Commit d189078

Browse files
committed
chore: update eslint.config.mjs
1 parent 8ec6af4 commit d189078

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
import withNuxt from './.nuxt/eslint.config.mjs'
33

44
export default withNuxt(
5-
stylistic.configs.customize({
6-
"comma-dangle": "off"
7-
})
5+
// Your custom configs here
86
)

0 commit comments

Comments
 (0)