-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
The postHyphen option has no 's' in the source code. But the documentation uses postHyphens with an 's'.
eslint-plugin-jsdoc/src/rules/checkLineAlignment.js
Lines 229 to 231 in a143226
| postHyphen: { | |
| type: 'integer', | |
| }, |
| - `postHyphens` - after any hyphens in the description (e.g., `* @param {someType} name - A description`) |