Skip to content

Commit

Permalink
fix: allow @hidden JSDoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Mar 2, 2020
1 parent 1ead75f commit fea2d1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ module.exports = {
'jsdoc/check-tag-names': [
'error',
{
definedTags: [
'internal', // Used by typedoc
],
// Used by typedoc
definedTags: ['hidden', 'internal'],
},
],

Expand Down

0 comments on commit fea2d1b

Please sign in to comment.