We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b0606 commit 0a40472Copy full SHA for 0a40472
.eslintrc.js
@@ -74,9 +74,6 @@ module.exports = {
74
js: "espree",
75
},
76
77
- rules: {
78
- "no-use-before-define": "off",
79
- },
80
81
{
82
files: ["*.ts", "*.mts"],
package.json
@@ -120,7 +120,7 @@
120
"esbuild": "^0.17.0",
121
"esbuild-register": "^3.2.0",
122
"escape-html": "^1.0.3",
123
- "eslint": "^8.0.0",
+ "eslint": "^8.40.0",
124
"eslint-config-prettier": "^8.8.0",
125
"eslint-formatter-friendly": "^7.0.0",
126
"eslint-plugin-eslint-comments": "^3.2.0",
0 commit comments