Skip to content

Commit 327ea77

Browse files
committed
fix
1 parent 2d1a171 commit 327ea77

File tree

3 files changed

+10
-164
lines changed

3 files changed

+10
-164
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ module.exports = {
674674
'no-this-before-super': [2],
675675
'no-throw-literal': [2],
676676
'no-undef-init': [2],
677-
'no-undef': [0],
677+
'no-undef': [2], // it is still needed by eslint & IDE to prompt undefined names in real time
678678
'no-undefined': [0],
679679
'no-underscore-dangle': [0],
680680
'no-unexpected-multiline': [2],

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
@@ -86,7 +86,7 @@
8686
"eslint": "8.57.0",
8787
"eslint-import-resolver-typescript": "3.7.0",
8888
"eslint-plugin-array-func": "4.0.0",
89-
"eslint-plugin-github": "5.1.4",
89+
"eslint-plugin-github": "5.0.2",
9090
"eslint-plugin-import-x": "4.6.1",
9191
"eslint-plugin-no-jquery": "3.1.0",
9292
"eslint-plugin-no-use-extend-native": "0.5.0",

0 commit comments

Comments
 (0)