Skip to content

Commit

Permalink
Remove no-undefined-types rule, lean on TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Aug 2, 2019
1 parent 94eaca6 commit 7bd4f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/configs/recommended.js
Expand Up @@ -30,7 +30,6 @@ module.exports = {
'jsdoc/implements-on-classes': 'error',
'jsdoc/match-description': 'error',
'jsdoc/newline-after-description': 'error',
'jsdoc/no-undefined-types': 'error',
'jsdoc/require-description-complete-sentence': 'error',
'jsdoc/require-description': 'error',
'jsdoc/require-hyphen-before-param-description': 'error',
Expand Down

0 comments on commit 7bd4f16

Please sign in to comment.