Vscode-eslint: ESLint No config file found should offer to disable ESLint for that workspace or to run eslint --init.

Created on 30 Aug 2016  路  3Comments  路  Source: microsoft/vscode-eslint

feature-request

Most helpful comment

With the latest update you get a status bar item now which informs you about problems. I also talked to the tslint dev and they will adopt this approach.

capture

I still want to disable the eslint on the workspace as soon as we have extension API to write settings.

All 3 comments

I think it could be interesting to see what the TSLint extension does in this regard, to provide some kind of consistency, since TSLint and ESLint are somewhat very similar.

imho, I prefer having no ESLint warning at all if it doesn't find an .eslintrc, but being able to create one if I search for the related command.

With the latest update you get a status bar item now which informs you about problems. I also talked to the tslint dev and they will adopt this approach.

capture

I still want to disable the eslint on the workspace as soon as we have extension API to write settings.

I added two commands to enable and disable ESLint. These will only be available if a workspace folder is open since changing a global setting can be very confusing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joshunger picture joshunger  路  3Comments

julian-sb1 picture julian-sb1  路  6Comments

sebastian-nowak picture sebastian-nowak  路  4Comments

greggman picture greggman  路  7Comments

kumarharsh picture kumarharsh  路  3Comments