Skip to content

Commit

Permalink
ci: disable jest/unbound-method in smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 9, 2022
1 parent 511f749 commit c4c7d36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint-remote-tester.config.ts
Expand Up @@ -27,6 +27,11 @@ const config: Config = {
},
},
extends: ['plugin:jest/all'],
rules: {
// this requires type information, which is not really feasible when
// linting a bunch of randomly picked open-source js & ts projects
'jest/unbound-method': 'off',
}
},
};

Expand Down

0 comments on commit c4c7d36

Please sign in to comment.