Skip to content

Commit

Permalink
disabled another rule for d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephisto5558 committed Aug 19, 2024
1 parent 425981f commit eeb6a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default [
'jsdoc/require-param-type': 'off',
'jsdoc/require-param': 'off',
'jsdoc/require-returns-type': 'off',
'jsdoc/check-param-names': 'off',
'jsdoc/no-defaults': 'off', // cannot set them in ts function declarations
'@typescript-eslint/explicit-member-accessibility': [
'error',
Expand Down

0 comments on commit eeb6a91

Please sign in to comment.