We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
@ljharb/eslint-config
aud
auto-changelog
object-inspect
tape
1 parent 3fc671d commit 28f7c0dCopy full SHA for 28f7c0d
2 files changed
.eslintrc
@@ -17,7 +17,7 @@
17
"Set",
18
"ToLength",
19
"ToObject",
20
- "ToString"
+ "ToString",
21
]
22
}],
23
"no-magic-numbers": 0,
package.json
@@ -52,17 +52,18 @@
52
},
53
"devDependencies": {
54
"@es-shims/api": "^2.2.3",
55
- "@ljharb/eslint-config": "^20.1.0",
56
- "aud": "^1.1.5",
+ "@ljharb/eslint-config": "^21.0.0",
+ "aud": "^2.0.0",
57
+ "auto-changelog": "^2.4.0",
58
"covert": "^1.1.1",
- "eslint": "^8.4.1",
59
+ "eslint": "=8.8.0",
60
"evalmd": "^0.0.19",
61
"foreach": "^2.0.5",
62
"has-strict-mode": "^1.0.1",
63
"nyc": "^10.3.2",
- "object-inspect": "^1.11.1",
64
+ "object-inspect": "^1.12.0",
65
"safe-publish-latest": "^2.0.0",
- "tape": "^5.3.2"
66
+ "tape": "^5.5.3"
67
68
"testling": {
69
"files": [
0 commit comments