Skip to content

Commit

Permalink
Removes @typescript-eslint/unbound-method. (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored Apr 15, 2022
1 parent 22ec5f6 commit 0d40518
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,6 @@ const config = {
'@typescript-eslint/space-infix-ops': eslint.rules['space-infix-ops'],
'@typescript-eslint/triple-slash-reference': 'error',
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/unbound-method': [
'error',
{
ignoreStatic: true,
},
],
'@typescript-eslint/unified-signatures': 'error',
// Since rules from `overrides` come after the base rules specified in the ESLint
// config, we need to reapply the prettier rules.
Expand Down

0 comments on commit 0d40518

Please sign in to comment.