eslint-plugin: Increase severity of JSDoc rules to error #18458
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
Needs Dev
Ready for, and needs developer efforts
[Tool] ESLint plugin
/packages/eslint-plugin
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Previously: #16869 (comment)
We should generally seek to avoid any
'warn'
severity in our rulesets. If we have a rule, it should be enforced strictly, else it shouldn't be a rule. Exceptions are to be made using inline comments.Task: In the
jsdoc
ruleset, all custom rule configurations should be changed from'warn'
to'error'
. Similarly, if we are extending'plugin:jsdoc/recommended'
, we should override all rules with equivalents where the severity is changed from'warn'
to'error'
.Reference for
'jsdoc/recommended'
rules: https://github.com/gajus/eslint-plugin-jsdoc/blob/master/src/index.js#L34The text was updated successfully, but these errors were encountered: