Skip to content

Commit

Permalink
fix: disable jsdoc/valid-types
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 28, 2023
1 parent e0757c4 commit d102447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/jsdoc.ts
Expand Up @@ -28,7 +28,6 @@ export function jsdoc(options: OptionsStylistic = {}): FlatESLintConfigItem[] {
'jsdoc/require-returns-check': 'warn',
'jsdoc/require-returns-description': 'warn',
'jsdoc/require-yields-check': 'warn',
'jsdoc/valid-types': 'warn',

...stylistic
? {
Expand Down

0 comments on commit d102447

Please sign in to comment.