Option to Suppress ESLint Warnings for Ignored Files #24556
woohm402
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Zed displays a warning when opening files ignored by ESLint, showing the following message:
While this warning can be useful, it may become unnecessary noise if the developer intentionally ignores the file.
It would be great to have a configuration option to suppress this warning for ignored files. For example:
Ideally, the default setting could be "off" to reduce distractions.
This behavior is already supported in vscode-eslint:
https://github.com/microsoft/vscode-eslint/blob/9a094e0b3a0af3d1f076277214ec69900d125e44/README.md?plain=1#L372
Having a similar configuration in Zed would ensure consistency and improve the developer experience.
Beta Was this translation helpful? Give feedback.
All reactions