Skip to content

Commit

Permalink
fix(typescript): disable no-empty-function for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Dec 30, 2019
1 parent cbe4a40 commit 31e3ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xerox-eslint-config/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-object-literal-type-assertion': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
},
],
Expand Down

0 comments on commit 31e3ef1

Please sign in to comment.