8000 Remove duplicate lines · holtwick/eslint-config@d768891 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Remove duplicate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 13, 2023
1 parent 423d1fb commit d768891
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,20 +412,17 @@ 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',
'jsdoc/tag-lines': 'off',
'jsdoc/check-values': 'off',
'jsdoc/check-tag-names': 'off',
'jsdoc/no-undefined-types': 'off',
"jsdoc/require-param": 'off',
"jsdoc/require-param-description": 'off',
"jsdoc/require-param-type": 'off',
'jsdoc/require-returns': 'off',
'jsdoc/require-returns-type': 'off',
"jsdoc/require-throws": 'off',
"jsdoc/require-yields": 'off',

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

0 comments on commit d768891

Please sign in to comment.
0