diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6090c..d10283d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/parts/typescript.js b/parts/typescript.js index 5a6f310..1f5b2fe 100644 --- a/parts/typescript.js +++ b/parts/typescript.js @@ -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': {