Skip to content

Commit 1958508

Browse files
fix: check jsdoc used types
1 parent 8ac2c19 commit 1958508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/jsdoc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export async function jsdoc(options: Readonly<Required<RequiredOptionsStylistic>
3232
},
3333
],
3434
"jsdoc/no-defaults": "warn",
35+
"jsdoc/no-undefined-types": ["error", { disableReporting: true }],
3536
"jsdoc/require-asterisk-prefix": "error",
3637
"jsdoc/require-description": "warn",
3738
// Rule is too strict.

0 commit comments

Comments
 (0)