Skip to content

Commit 570a644

Browse files
authored
ci: disable jest/unbound-method in smoke test (#1240)
1 parent 3a2a683 commit 570a644

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eslint-remote-tester.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ const config: Config = {
2727
},
2828
},
2929
extends: ['plugin:jest/all'],
30+
rules: {
31+
// this requires type information, which is not really feasible when
32+
// linting a bunch of randomly picked open-source js & ts projects
33+
'jest/unbound-method': 'off',
34+
},
3035
},
3136
};
3237

0 commit comments

Comments
 (0)