Skip to content

Commit

Permalink
Re-enable unbound-method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 15, 2022
1 parent 441ed90 commit 2d0011d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/typescript/rules-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
],
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/triple-slash-reference": "error",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/unbound-method": "error",
"@typescript-eslint/unified-signatures": "error",
"constructor-super": "off",
"default-param-last": "off",
Expand Down
1 change: 0 additions & 1 deletion packages/typescript/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module.exports = {
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/unbound-method': 'off',

// Our rules that require type information
'@typescript-eslint/consistent-type-exports': 'error',
Expand Down

0 comments on commit 2d0011d

Please sign in to comment.