Skip to content

Commit

Permalink
fix: disable more jsdocs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 12, 2023
1 parent 8fcde9b commit b5efcb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -415,6 +415,9 @@ module.exports = {
'jsdoc/require-param-description': 'off',
'jsdoc/require-yields': 'off',
'jsdoc/tag-lines': 'off',
'jsdoc/check-values': 'off',
'jsdoc/check-tag-names': 'off',
'jsdoc/no-undefined-types': 'off',

// antfu
'antfu/no-import-node-modules-by-path': 'error',
Expand Down

0 comments on commit b5efcb5

Please sign in to comment.