Vscode-eslint: Feature Request: "Global Rule Severity" Setting

Created on 13 May 2018  路  2Comments  路  Source: microsoft/vscode-eslint

Issue
Most ESLint Shared Configs (ex. AirBnB, StandardJS) use "error" as their default rule severity. I use large eslint-config's through VSCode and prefer to have all of my ESLint Problems (VSCode's "Problems" Window under View menu) show up as warnings since they are almost all style-related. This allows me to keep all of my _actual_ error Problems (i.e. syntax errors) separate from my style Problems. Currently I have to find and replace all "error" with "warn" in my eslint-config's or maintain massive .eslintrc files to override all the "error"'s.

Proposed Solution
Add a "Global/Maximum Severity" option in VSCode Settings that overrides all other rule severities.

Related Issue
I wasn't sure which repo was more relevant to this issue so I also posted in vscode's repo.

feature-request help wanted

Most helpful comment

Two years into this, any champion willing to make another attempt?

All 2 comments

This is the right repository for this.

Two years into this, any champion willing to make another attempt?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kaelig picture kaelig  路  5Comments

julian-sb1 picture julian-sb1  路  6Comments

bacsonvv picture bacsonvv  路  6Comments

greggman picture greggman  路  7Comments

wmertens picture wmertens  路  7Comments