Skip to content

Commit 2d6ab30

Browse files
committed
fixup: disable jsdoc rules that we do not follow
1 parent 6744259 commit 2d6ab30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ export default [
277277
wrapIndent: ' ',
278278
}],
279279
'jsdoc/check-alignment': 'error',
280+
'jsdoc/reject-any-type': 'off',
281+
'jsdoc/reject-function-type': 'off',
280282

281283
// Stylistic rules.
282284
'@stylistic/js/arrow-parens': 'error',

0 commit comments

Comments
 (0)