Skip to content

Commit a211247

Browse files
committed
fix: disable more jsdocs rules
1 parent f31673e commit a211247

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/eslint-config-basic/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ module.exports = {
412412
"jsdoc/require-param-description": "off",
413413
"jsdoc/require-yields": "off",
414414
"jsdoc/tag-lines": "off",
415+
"jsdoc/check-values": "off",
416+
"jsdoc/check-tag-names": "off",
417+
"jsdoc/no-undefined-types": "off",
415418

416419
// kirklin
417420
"kirklin/if-newline": "error",

0 commit comments

Comments
 (0)