-
-
Notifications
You must be signed in to change notification settings - Fork 169
Description
Caveat: I deleted the entire template due to this being a doc issue.
https://github.com/gajus/eslint-plugin-jsdoc/#options says:
eslint-plugin-jsdoc options, if present, are in the form of an object supplied as the second argument in an array after the error level.
require-hyphen-before-param-description (https://github.com/gajus/eslint-plugin-jsdoc/blob/master/.README/rules/require-hyphen-before-param-description.md) says:
Options
This rule takes one optional string argument and an optional options object.
https://github.com/gajus/eslint-plugin-jsdoc/#require-hyphen-before-param-description also has examples that say:
Options: ["always",{"tags":{"*":"never"}}]
This seems to contradict eachother. The first links says it should be an object. The other two indicates it is an array.