Skip to content

Commit 50c7bc1

Browse files
committed
downgrade and pin eslint-plugin-github
1 parent bc6138a commit 50c7bc1

File tree

3 files changed

+10
-163
lines changed

3 files changed

+10
-163
lines changed

package-lock.json

Lines changed: 8 additions & 162 deletions
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
@@ -85,7 +85,7 @@
8585
"eslint": "8.57.0",
8686
"eslint-import-resolver-typescript": "3.7.0",
8787
"eslint-plugin-array-func": "4.0.0",
88-
"eslint-plugin-github": "5.1.5",
88+
"eslint-plugin-github": "5.0.2",
8989
"eslint-plugin-import-x": "4.6.1",
9090
"eslint-plugin-no-jquery": "3.1.0",
9191
"eslint-plugin-no-use-extend-native": "0.5.0",

updates.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
44
'eslint', // need to migrate to eslint flat config first
55
'eslint-plugin-array-func', // need to migrate to eslint flat config first
6+
'eslint-plugin-github', // need to migrate to eslint 9 - https://github.com/github/eslint-plugin-github/issues/585
67
'eslint-plugin-no-use-extend-native', // need to migrate to eslint flat config first
78
'eslint-plugin-vitest', // need to migrate to eslint flat config first
89
],

0 commit comments

Comments
 (0)