eslint
eslint copied to clipboard
emitWarning: false appears to be invalid when eslint error occurs
emitWarning: false not work when occurs eslint error
eslint: {
emitWarning: false,
lintOnStart: false
},
Minimal reproduction:
https://stackblitz.com/edit/nuxt-starter-uwyhfg?file=app.vue&file=.eslintrc.js
no console.log, no warning.
The following is the warning I reported after adding console.log:
same problem, any help?