Skip to content

Commit 40ad334

Browse files
chore: bump config (#2105)
1 parent 21ce83a commit 40ad334

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
"del-cli": "^6.0.0",
8686
"globals": "^16.2.0",
8787
"eslint": "^9.28.0",
88-
"eslint-config-webpack": "^4.1.1",
88+
"eslint-config-webpack": "^4.1.4",
8989
"eslint-config-prettier": "^10.1.5",
9090
"eslint-plugin-import": "^2.31.0",
9191
"eslint-plugin-jest": "^28.12.0",

setupTest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
/* global jest */
2+
13
jest.setTimeout(20000);

src/middleware.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ function wrapper(context) {
535535

536536
if (typeof headers !== "undefined") {
537537
if (!Array.isArray(headers)) {
538-
// eslint-disable-next-line guard-for-in
539538
for (const name in headers) {
540539
allHeaders.push({ key: name, value: headers[name] });
541540
}

0 commit comments

Comments
 (0)