We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading to v3.x, I found that onIgnoredFiles does not generate warnings properly:
onIgnoredFiles
settings.json
{ "eslint.onIgnoredFiles": "warn" }
eslint.config.js
export default [ { ignores: ['dist/**'] }, ];
note:
3.0.10
3.0.8
9.5.0
20.14.0
screeonshot on v3.0.10 (not working):
screeonshot on v2.4.4 (working):
The text was updated successfully, but these errors were encountered:
Fixes #1868: "eslint.onIgnoredFiles" seems not working on v3.0.10
ad26130
Fixes #1868: "eslint.onIgnoredFiles" seems not working on v3.0.10 (#1871
39fdaf9
)
dbaeumer
Successfully merging a pull request may close this issue.
After upgrading to v3.x, I found that
onIgnoredFiles
does not generate warnings properly:settings.json
eslint.config.js
note:
3.0.10
(also3.0.8
)9.5.0
20.14.0
screeonshot on v3.0.10 (not working):
screeonshot on v2.4.4 (working):
The text was updated successfully, but these errors were encountered: