Skip to content

Commit 7f4f7e3

Browse files
committed
fix: relax jsdocs rules
1 parent bab6f6e commit 7f4f7e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/eslint-config-basic/index.js

+4
Original file line numberDiff line numberDiff line change
@@ -409,13 +409,17 @@ module.exports = {
409409

410410
// jsdoc
411411
"jsdoc/require-jsdoc": "off",
412+
"jsdoc/require-param": "off",
412413
"jsdoc/require-param-type": "off",
413414
"jsdoc/require-param-description": "off",
414415
"jsdoc/require-yields": "off",
415416
"jsdoc/tag-lines": "off",
416417
"jsdoc/check-values": "off",
417418
"jsdoc/check-tag-names": "off",
418419
"jsdoc/no-undefined-types": "off",
420+
"jsdoc/require-returns": "off",
421+
"jsdoc/require-returns-type": "off",
422+
"jsdoc/require-throws": "off",
419423

420424
// kirklin
421425
"kirklin/if-newline": "error",

0 commit comments

Comments
 (0)