Skip to content

Commit ca91ad1

Browse files
authoredSep 14, 2023
fix: relax jsdoc rules, fix #242 (#244)
1 parent fad525d commit ca91ad1

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
@@ -412,6 +412,7 @@ module.exports = {
412412

413413
// jsdoc
414414
'jsdoc/require-jsdoc': 'off',
415+
"jsdoc/require-param": 'off',
415416
'jsdoc/require-param-type': 'off',
416417
'jsdoc/require-param-description': 'off',
417418
'jsdoc/require-yields': 'off',
@@ -421,6 +422,7 @@ module.exports = {
421422
'jsdoc/no-undefined-types': 'off',
422423
'jsdoc/require-returns': 'off',
423424
'jsdoc/require-returns-type': 'off',
425+
"jsdoc/require-throws": 'off',
424426

425427
// antfu
426428
'antfu/no-import-node-modules-by-path': 'error',

0 commit comments

Comments
 (0)
Please sign in to comment.