Skip to content

Commit fea2d1b

Browse files
committed
fix: allow @hidden JSDoc tag
1 parent 1ead75f commit fea2d1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.eslintrc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ module.exports = {
128128
'jsdoc/check-tag-names': [
129129
'error',
130130
{
131-
definedTags: [
132-
'internal', // Used by typedoc
133-
],
131+
// Used by typedoc
132+
definedTags: ['hidden', 'internal'],
134133
},
135134
],
136135

0 commit comments

Comments
 (0)