Skip to content

Commit a06815a

Browse files
authored
chore(lint): disable unbound-method rule (#214)
* chore(lint): disable unbound-method rule * change the order of the rules
1 parent 7bef579 commit a06815a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
rules: {
1212
'no-console': 'off',
1313
'import/no-unresolved': 'off',
14+
'jest/unbound-method': 'off',
1415

1516
'testing-library/no-dom-import': 'off',
1617
'testing-library/prefer-screen-queries': 'off',

0 commit comments

Comments
 (0)