Skip to content

Commit

Permalink
fix: relax jsdoc rules, fix #242 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 14, 2023
1 parent fad525d commit ca91ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -412,6 +412,7 @@ module.exports = {

// jsdoc
'jsdoc/require-jsdoc': 'off',
"jsdoc/require-param": 'off',
'jsdoc/require-param-type': 'off',
'jsdoc/require-param-description': 'off',
'jsdoc/require-yields': 'off',
Expand All @@ -421,6 +422,7 @@ module.exports = {
'jsdoc/no-undefined-types': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/require-returns-type': 'off',
"jsdoc/require-throws": 'off',

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

0 comments on commit ca91ad1

Please sign in to comment.