Skip to content

Commit

Permalink
fix: relax jsdocs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 13, 2023
1 parent f9313e6 commit 611adcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -419,6 +419,8 @@ module.exports = {
'jsdoc/check-values': 'off',
'jsdoc/check-tag-names': 'off',
'jsdoc/no-undefined-types': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/require-returns-type': 'off',

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

0 comments on commit 611adcb

Please sign in to comment.