We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c581996 commit da993a5Copy full SHA for da993a5
jest.config.ts
@@ -37,7 +37,8 @@ const config = {
37
],
38
} satisfies Config;
39
40
-if (semver.major(eslintVersion) >= 9) {
+if (semver.major(eslintVersion) !== 8) {
41
+ // our eslint config only works for v8
42
config.projects = config.projects.filter(
43
({ displayName }) => displayName !== 'lint',
44
);
0 commit comments