Skip to content

Commit

Permalink
Merge pull request #570 from nextcloud/feat/empty-function
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 27, 2023
2 parents 84b5b8e + 24cf124 commit c7a4f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@

**Fixed:**
- chore: update typescript deps and co by @skjnldsv in https://github.com/nextcloud/eslint-config/pull/569
- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud/eslint-config/pull/570

## [v8.3.0-beta.1](https://github.com/nextcloud/eslint-config/tree/v8.3.0-beta.1) (2023-06-27)

Expand Down
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 c7a4f9e

Please sign in to comment.