Skip to content

Commit

Permalink
fix: remove jsdoc/no-types rule
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 27, 2023
1 parent 9d79b66 commit 91dee42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/jsdoc.ts
Expand Up @@ -18,7 +18,6 @@ export function jsdoc(): FlatESLintConfigItem[] {
'jsdoc/multiline-blocks': 'warn',
'jsdoc/no-defaults': 'warn',
'jsdoc/no-multi-asterisks': 'warn',
'jsdoc/no-types': 'warn',
'jsdoc/require-param-name': 'warn',
'jsdoc/require-property': 'warn',
'jsdoc/require-property-description': 'warn',
Expand Down

0 comments on commit 91dee42

Please sign in to comment.