Closed
Description
Proposal: Add a new config option eslint.hideAutoFixedIssues
.
If eslint.hideAutoFixedIssues
and eslint.autoFixOnSave
are both true
, then do not show the error/warning in the text editor if ESLint suggests a fix. This is helpful when scanning a file, as it makes real errors (such as a typo in a variable name) much more visible.
I've got a bit of time coming up and would love to implement this.