We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d3969 commit dd61177Copy full SHA for dd61177
src/iterateJsdoc.js
@@ -250,7 +250,7 @@ const getSettings = (context) => {
250
// All rules
251
settings.ignorePrivate = Boolean(_.get(context, 'settings.jsdoc.ignorePrivate'));
252
253
- // `check-tag-names` and many require/param rules
+ // `check-tag-names` and many returns/param rules
254
settings.tagNamePreference = _.get(context, 'settings.jsdoc.tagNamePreference') || {};
255
256
// `check-types` and `no-undefined-types`
0 commit comments