Skip to content

Commit 611adcb

Browse files
committedSep 13, 2023
fix: relax jsdocs rules
1 parent f9313e6 commit 611adcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/eslint-config-basic/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ module.exports = {
419419
'jsdoc/check-values': 'off',
420420
'jsdoc/check-tag-names': 'off',
421421
'jsdoc/no-undefined-types': 'off',
422+
'jsdoc/require-returns': 'off',
423+
'jsdoc/require-returns-type': 'off',
422424

423425
// antfu
424426
'antfu/no-import-node-modules-by-path': 'error',

0 commit comments

Comments
 (0)
Please sign in to comment.