Skip to content

Commit be6517d

Browse files
authored
Merge pull request #448 from 10up/fix/typescript-plugin
Fix/typescript plugin
1 parent 70bee16 commit be6517d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/polite-suits-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@10up/eslint-config": patch
3+
---
4+
5+
restrict eslint-plugin-jest to <v29

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-config-airbnb-base": "^15.0.0",
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-plugin-import": "^2.29.1",
60-
"eslint-plugin-jest": ">=27.6.1",
60+
"eslint-plugin-jest": ">=27.6.1 && <29",
6161
"eslint-plugin-jsdoc": "^48.0.2",
6262
"eslint-plugin-jsx-a11y": "^6.8.0",
6363
"eslint-plugin-prettier": "^5.1.2",

0 commit comments

Comments
 (0)