Skip to content

Commit 4066fd6

Browse files
committed
[Dev Deps] update eslint
1 parent 81ab41b commit 4066fd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}],
2121
"no-redeclare": [2, { "builtinGlobals": true }],
22-
"no-shadow": [2, { "builtinGlobals": true, "hoist": "all" }],
22+
"no-shadow": [2, { "builtinGlobals": false, "hoist": "all" }],
2323
"no-use-before-define": [2, "nofunc"],
2424
"no-shadow-restricted-names": 2,
2525
"no-extra-semi": 2,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"browserify-istanbul": "^2.0.0",
5757
"coveralls": "^3.1.1",
5858
"cross-spawn": "^6.0.6",
59-
"eslint": "^6.8.0",
59+
"eslint": "=8.8.0",
6060
"fake": "^0.2.2",
6161
"far": "^0.0.7",
6262
"formidable": "^1.2.6",

0 commit comments

Comments
 (0)