We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5106093 commit c0866a1Copy full SHA for c0866a1
.eslintrc.js
@@ -11,12 +11,12 @@ module.exports = {
11
rules: {
12
'no-console': 'off',
13
'import/no-unresolved': 'off',
14
+ 'jest/unbound-method': 'off',
15
16
'testing-library/no-dom-import': 'off',
17
'testing-library/prefer-screen-queries': 'off',
18
'testing-library/no-manual-cleanup': 'off',
19
'testing-library/no-await-sync-events': 'off',
20
'testing-library/await-fire-event': 'error',
- 'jest/unbound-method': 'off'
21
},
22
}
0 commit comments