@ilias-t just to clarify. Only for ESlint?
Yes, an ability to specifically quiet eslint warnings is what I had in mind.
I want this so much. 馃憤 I'm working on a project with lots of ESLint warnings, so all those orange underlines are incredibly distracting. It would significantly improve my productivity if this can be turned off. 馃槃
Maybe the option could be "eslint.quiet": true?
"eslint.quite" as a setting name makes sense. PR welcome :-)
That would be great. I tried https://github.com/aladdin-add/eslint-plugin-no-autofix but I couldn't make it work.
An alternative to eslint.quiet could be adding an option to specify extra arguments to the eslint command (eg. eslint.flags="--quiet")
Just put up a PR to address this鈥攁ny feedback welcome & feel free to assign the issue to me 馃檹