We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent fad525d commit ca91ad1Copy full SHA for ca91ad1
packages/eslint-config-basic/index.js
@@ -412,6 +412,7 @@ module.exports = {
412
413
// jsdoc
414
'jsdoc/require-jsdoc': 'off',
415
+ "jsdoc/require-param": 'off',
416
'jsdoc/require-param-type': 'off',
417
'jsdoc/require-param-description': 'off',
418
'jsdoc/require-yields': 'off',
@@ -421,6 +422,7 @@ module.exports = {
421
422
'jsdoc/no-undefined-types': 'off',
423
'jsdoc/require-returns': 'off',
424
'jsdoc/require-returns-type': 'off',
425
+ "jsdoc/require-throws": 'off',
426
427
// antfu
428
'antfu/no-import-node-modules-by-path': 'error',
0 commit comments