Skip to content

Commit 452d62d

Browse files
committed
chore(templates): remove unnecessary jest-runner-eslint pnpm override
jest-runner-eslint@2.3.0 works with ESLint 9 without an explicit override, as confirmed by the monorepo root running the same setup successfully.
1 parent da9d985 commit 452d62d

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

application-templates/starter-typescript/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
"devDependencies": {
9393
"@graphql-eslint/eslint-plugin": "^4.4.0"
9494
},
95-
"pnpm": {
96-
"overrides": {
97-
"jest-runner-eslint>eslint": "^9.0.0"
98-
}
99-
},
10095
"resolutions": {
10196
"@emotion/react": "^11.14.0",
10297
"@emotion/styled": "^11.14.0",

application-templates/starter/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
"devDependencies": {
9191
"@graphql-eslint/eslint-plugin": "^4.4.0"
9292
},
93-
"pnpm": {
94-
"overrides": {
95-
"jest-runner-eslint>eslint": "^9.0.0"
96-
}
97-
},
9893
"resolutions": {
9994
"@emotion/react": "^11.14.0",
10095
"@emotion/styled": "^11.14.0",

custom-views-templates/starter-typescript/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
"devDependencies": {
9393
"@graphql-eslint/eslint-plugin": "^4.4.0"
9494
},
95-
"pnpm": {
96-
"overrides": {
97-
"jest-runner-eslint>eslint": "^9.0.0"
98-
}
99-
},
10095
"resolutions": {
10196
"@emotion/react": "^11.14.0",
10297
"@emotion/styled": "^11.14.0",

custom-views-templates/starter/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
"devDependencies": {
9191
"@graphql-eslint/eslint-plugin": "^4.4.0"
9292
},
93-
"pnpm": {
94-
"overrides": {
95-
"jest-runner-eslint>eslint": "^9.0.0"
96-
}
97-
},
9893
"resolutions": {
9994
"@emotion/react": "^11.14.0",
10095
"@emotion/styled": "^11.14.0",

0 commit comments

Comments
 (0)