Skip to content

Commit 8bf251f

Browse files
committed
dependencies: pin eslint-plugin-github
Switches to ESM and is no longer found with some of our legacy configs.
1 parent 1273c1f commit 8bf251f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@typescript-eslint/parser": "^8.46.0",
77
"@typescript-eslint/utils": "^8.46.0",
88
"eslint-plugin-eslint-comments": "^3.2.0",
9-
"eslint-plugin-github": "^5.1.8",
9+
"eslint-plugin-github": "^5.1.8 <6.0.0",
1010
"eslint-plugin-import": "github:qawolf/eslint-plugin-import#prefer-top-level-if-only-type-imports",
1111
"eslint-plugin-jest": "^29.0.1",
1212
"eslint-plugin-n": "^17.23.1",

0 commit comments

Comments
 (0)