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 8fcde9b commit b5efcb5Copy full SHA for b5efcb5
packages/eslint-config-basic/index.js
@@ -415,6 +415,9 @@ module.exports = {
415
'jsdoc/require-param-description': 'off',
416
'jsdoc/require-yields': 'off',
417
'jsdoc/tag-lines': 'off',
418
+ 'jsdoc/check-values': 'off',
419
+ 'jsdoc/check-tag-names': 'off',
420
+ 'jsdoc/no-undefined-types': 'off',
421
422
// antfu
423
'antfu/no-import-node-modules-by-path': 'error',
0 commit comments