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
require-meta-docs-recommended
Make things easier if we provide suggestions or even auto-fix with recommended: true.
recommended: true
The text was updated successfully, but these errors were encountered:
I don't think it's reasonable to provide autofix - for many plugins it's a breaking change to change recommended config.
Good to provide two suggestions: recommended: true and recommended: false. Are you willing to submit a PR? :)
recommended: false
Sorry, something went wrong.
Are you willing to submit a PR?
Not really, the only plugin I maintain is already fixed 😄 https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2336/files
Suggestions sounds good. An autofix wouldn't really be safe since scripts/tooling often depends on this property.
No branches or pull requests
Make things easier if we provide suggestions or even auto-fix with
recommended: true
.The text was updated successfully, but these errors were encountered: