We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d530737 commit 465c569Copy full SHA for 465c569
ci/plugin-configs/eslint-plugin-jest.config.ts
@@ -6,6 +6,9 @@ const config: Config = {
6
eslintrc: {
7
...baseConfig.eslintrc,
8
extends: ['plugin:jest/all'],
9
+ rules: {
10
+ 'jest/unbound-method': 'off',
11
+ },
12
},
13
};
14
0 commit comments