We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bef579 commit a06815aCopy full SHA for a06815a
.eslintrc.js
@@ -11,6 +11,7 @@ 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',
0 commit comments