Skip to content

Commit e38cf3c

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape
1 parent 487c75d commit e38cf3c

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.eslintrc

-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,5 @@
55

66
"rules": {
77
"id-length": [1],
8-
"operator-linebreak": [2, "before"],
98
},
10-
11-
"overrides": [
12-
{
13-
"files": ["test/**/*.js"],
14-
"globals": {
15-
"Proxy": false,
16-
},
17-
},
18-
],
199
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"has-tostringtag": "^1.0.0"
4444
},
4545
"devDependencies": {
46-
"@ljharb/eslint-config": "^17.6.0",
46+
"@ljharb/eslint-config": "^20.0.0",
4747
"aud": "^1.1.5",
4848
"auto-changelog": "^2.3.0",
4949
"core-js": "^3.16.0",
5050
"eclint": "^2.8.1",
51-
"eslint": "^7.32.0",
51+
"eslint": "^8.4.1",
5252
"foreach": "^2.0.5",
5353
"nyc": "^10.3.2",
54-
"safe-publish-latest": "^1.1.4",
55-
"tape": "^5.3.0"
54+
"safe-publish-latest": "^2.0.0",
55+
"tape": "^5.3.2"
5656
},
5757
"testling": {
5858
"files": "test/index.js",

0 commit comments

Comments
 (0)