Skip to content

Commit

Permalink
Let tsc handle undefined types
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Nov 18, 2024
1 parent ea53aa3 commit e8008fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default [
'jsdoc/empty-tags': 'error',
'jsdoc/implements-on-classes': 'error',
'jsdoc/no-bad-blocks': 'error',
'jsdoc/no-undefined-types': 'off',
'jsdoc/require-hyphen-before-param-description': ['error', 'never'],
'jsdoc/require-param': 'error',
'jsdoc/require-param-description': 'error',
Expand Down

0 comments on commit e8008fd

Please sign in to comment.