Skip to content

Commit 5106093

Browse files
committed
chore(lint): disable unbound-method rule
1 parent 7bef579 commit 5106093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ module.exports = {
1717
'testing-library/no-manual-cleanup': 'off',
1818
'testing-library/no-await-sync-events': 'off',
1919
'testing-library/await-fire-event': 'error',
20+
'jest/unbound-method': 'off'
2021
},
2122
}

0 commit comments

Comments
 (0)