Closed
Description
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#L34