Vscode-eslint: Suppress warnings only

Created on 5 Mar 2019  路  7Comments  路  Source: microsoft/vscode-eslint

Type of Issue

Feature Request

Description

Looking for an option that will disable warnings in VSCode, while still displaying errors. Something akin to eslint's quiet flag.

feature-request good first issue help wanted

All 7 comments

@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 馃檹

PR: https://github.com/Microsoft/vscode-eslint/pull/661

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lstrzebinczyk picture lstrzebinczyk  路  6Comments

julian-sb1 picture julian-sb1  路  6Comments

LinusU picture LinusU  路  7Comments

JonathanWolfe picture JonathanWolfe  路  3Comments

NickHeiner picture NickHeiner  路  4Comments