Skip to content

Commit

Permalink
fix: allow empty functions
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 27, 2023
1 parent 231ca5b commit 051c7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts/typescript.js
Expand Up @@ -21,6 +21,7 @@ module.exports = {
],
// Does not make sense with TypeScript
'jsdoc/require-param-type': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
settings: {
'import/resolver': {
Expand Down

0 comments on commit 051c7bf

Please sign in to comment.