You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule was pulled out of #211 because it caused too many false positives:
It doesn't like "indents" for continued text describing parameters/etc. which makes a serious mess of some of our VE stuff.
This can be fixed by adding param/return to the excludeTags option (in addition to example). This would still leave descriptions containing bullet lists (1 in VE, probably more in core), so we could just disable the rule, it doesn't catch a huge amount.
If we managed to fix the rule to allow indentation of all multi-line text blocks, the only errors we would catch would be ·*··@tag -> ·*·@tag.
This rule was pulled out of #211 because it caused too many false positives:
That can be revisited if gajus/eslint-plugin-jsdoc#541 gets resolved.
The text was updated successfully, but these errors were encountered: