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
warn level rule will pass in lint-staged. So, I want to turn all warn to error level in recommend config.
The recommend rules all set to warn level: https://github.com/gajus/eslint-plugin-jsdoc/blob/main/src/index.js
Add a new config for example: "plugin:jsdoc/recommended-error"
"plugin:jsdoc/recommended-error"
The text was updated successfully, but these errors were encountered:
feat: add config to report recommended rules as errors; fixes gajus#956
fe52135
d8e54db
feat: add config to report recommended rules as errors; fixes #956
a7381c0
🎉 This issue has been resolved in version 39.7.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Motivation
warn level rule will pass in lint-staged.
So, I want to turn all warn to error level in recommend config.
Current behavior
The recommend rules all set to warn level: https://github.com/gajus/eslint-plugin-jsdoc/blob/main/src/index.js
Desired behavior
Add a new config for example:
"plugin:jsdoc/recommended-error"
Alternatives considered
The text was updated successfully, but these errors were encountered: