We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec6af4 commit d189078Copy full SHA for d189078
1 file changed
eslint.config.mjs
@@ -2,7 +2,5 @@
2
import withNuxt from './.nuxt/eslint.config.mjs'
3
4
export default withNuxt(
5
- stylistic.configs.customize({
6
- "comma-dangle": "off"
7
- })
+ // Your custom configs here
8
)
0 commit comments