Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Enable unbound-method
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozie2001 committed Nov 17, 2024
1 parent 5af7f20 commit 554f447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default [
'@typescript-eslint/prefer-promise-reject-errors': 'off',
'@typescript-eslint/restrict-plus-operands': 'off',
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/unbound-method': 'off',
'@typescript-eslint/unbound-method': 'on',
'jest/expect-expect': [
'error',
{
Expand Down

0 comments on commit 554f447

Please sign in to comment.