Skip to content

Commit

Permalink
feat(eslint): shutting off @typescript-eslint/no-empty-function
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 22, 2023
1 parent 2cdcdc6 commit cdeee85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = {
'default-param-last': 'off',
'@typescript-eslint/default-param-last': ['error'],

'@typescript-eslint/no-empty-function': 'off',

'func-names': 'error',

'import/extensions': [
Expand Down

0 comments on commit cdeee85

Please sign in to comment.