@nuxt/eslint autofix?
when using
@nuxt/eslint
instead of the old @nuxtjs/eslint-module
how does one enable autofix?
NuxtConfig.eslint
only takes checker and config but neither seems to support fix: boolean
do I have to instantiate my own vite plugin?
1 Reply
GitHub
autofix? · nuxt eslint · Discussion #379
how does one enable autofix? NuxtConfig.eslint only takes checker and config but neither seems to support fix: boolean do I have to instantiate my own vite plugin? eslint: { checker: { lintOnStart:...