I want to disable eslint for nuxt while i am writing some feature beacuase it's always annoying to take care of spaces & indentations.
How can i disable eslint in nuxt.config.js and turn on back later ?
Nuxt3: Remove eslintPlugin() (or whatever you import from 'vite-plugin-eslint') from vite.plugins in nuxt.config.js.
Nuxt2: Remove '@nuxtjs/eslint-module' from buildModules in nuxt.config.js.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With