Skip to content

Commit b5efcb5

Browse files
committedSep 12, 2023
fix: disable more jsdocs rules
1 parent 8fcde9b commit b5efcb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

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

+3
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@ module.exports = {
415415
'jsdoc/require-param-description': 'off',
416416
'jsdoc/require-yields': 'off',
417417
'jsdoc/tag-lines': 'off',
418+
'jsdoc/check-values': 'off',
419+
'jsdoc/check-tag-names': 'off',
420+
'jsdoc/no-undefined-types': 'off',
418421

419422
// antfu
420423
'antfu/no-import-node-modules-by-path': 'error',

0 commit comments

Comments
 (0)
Please sign in to comment.