Skip to content

Commit 0a40472

Browse files
committed
chore: update eslint
1 parent 05b0606 commit 0a40472

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.eslintrc.js

-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ module.exports = {
7474
js: "espree",
7575
},
7676
},
77-
rules: {
78-
"no-use-before-define": "off",
79-
},
8077
},
8178
{
8279
files: ["*.ts", "*.mts"],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"esbuild": "^0.17.0",
121121
"esbuild-register": "^3.2.0",
122122
"escape-html": "^1.0.3",
123-
"eslint": "^8.0.0",
123+
"eslint": "^8.40.0",
124124
"eslint-config-prettier": "^8.8.0",
125125
"eslint-formatter-friendly": "^7.0.0",
126126
"eslint-plugin-eslint-comments": "^3.2.0",

0 commit comments

Comments
 (0)