Disable ESLint errors
-
Hi, the instructions on the site don’t really tell me what I need to know. I would like ESLint to behave as it might behave in a standard Vue 2 instance; ie. I just want it to warn me in the command line if it’s spotted an unused variable etc. There are many times where I’m midway through testing something and I have to comment out swaithes of code. it’s very frustrating.
-
@jaysaurus When you say site, do you refer to the Quasar site (docs) or ESLint site (docs)?
Have you read this
https://eslint.org/docs/user-guide/configuring