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
safe-publish-latest
tape
1 parent 04143b5 commit 0790b62Copy full SHA for 0790b62
2 files changed
.eslintrc
@@ -3,7 +3,6 @@
3
"root": true,
4
"rules": {
5
"func-style": 1,
6
- "operator-linebreak": [2, "before"],
7
},
8
"overrides": [
9
{
package.json
@@ -49,14 +49,14 @@
49
"has": "^1.0.3"
50
51
"devDependencies": {
52
- "@ljharb/eslint-config": "^18.0.0",
+ "@ljharb/eslint-config": "^20.0.0",
53
"aud": "^1.1.5",
54
"auto-changelog": "^2.3.0",
55
- "eslint": "^7.32.0",
+ "eslint": "^8.4.1",
56
"nyc": "^10.3.2",
57
- "safe-publish-latest": "^1.1.4",
+ "safe-publish-latest": "^2.0.0",
58
"semver": "^6.3.0",
59
- "tape": "^5.3.1"
+ "tape": "^5.3.2"
60
61
"auto-changelog": {
62
"output": "CHANGELOG.md",
0 commit comments