Skip to content

Commit

Permalink
Merge pull request #857 from nextcloud-libraries/fix/typescript--jsdo…
Browse files Browse the repository at this point in the history
…c-reqire-returns-type

fix(typescript): do not require returns type in jsdoc
  • Loading branch information
susnux authored Oct 21, 2024
2 parents 18bcdd6 + ccbfb18 commit f8d4498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parts/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module.exports = {
],
// Does not make sense with TypeScript
'jsdoc/require-param-type': 'off',
'jsdoc/require-returns-type': 'off',
//
'@typescript-eslint/no-empty-function': 'off',
},
settings: {
Expand Down

0 comments on commit f8d4498

Please sign in to comment.