Skip to content

Commit 465c569

Browse files
authored
chore(ci-runner): disable type aware rule from eslint-plugin-jest
1 parent d530737 commit 465c569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/plugin-configs/eslint-plugin-jest.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const config: Config = {
66
eslintrc: {
77
...baseConfig.eslintrc,
88
extends: ['plugin:jest/all'],
9+
rules: {
10+
'jest/unbound-method': 'off',
11+
},
912
},
1013
};
1114

0 commit comments

Comments
 (0)