Skip to content

Commit

Permalink
Include “typicalname” in the defined tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Jul 12, 2019
1 parent 817fda4 commit c5d9ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
optionalDependencies: false
}
],
'jsdoc/check-tag-names': ['error', { definedTags: ['fulfil', 'reject'] }],
'jsdoc/check-tag-names': ['error', { definedTags: ['fulfil', 'reject', 'typicalname'] }],
'jsdoc/require-hyphen-before-param-description': 'warn',
'jsdoc/require-jsdoc': 'off',
'jsdoc/require-returns-description': 'off',
Expand Down

0 comments on commit c5d9ce1

Please sign in to comment.