Add `requireConfig`-like option to only run eslint if it's configured
See original GitHub issueCurrently, when I work inside projects, that don’t have eslint set up, it always runs (and marks a lot of things as errors / warnings), as it’s not configured properly.
One solution to this may be something like prettier-vscode
’s prettier.requireConfig
option.
It prevents prettier from formatting files if prettier is not configured in a workspace.
Would it be possible / feasible to have something like that for vscode-eslint
, or is there already a solution which I’m not aware of?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There is a deprecated setting
eslint.enable
. The recommended way to do this in VS Code is to disable the extension for the workspace folder using the extensions viewlet.ok nevermind, not big of an issue