Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `safe-publish-la…
Browse files Browse the repository at this point in the history
…test`, `tape`
  • Loading branch information
ljharb committed Dec 6, 2021
1 parent 77dd54f commit b28b1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

"extends": "@ljharb",

"globals": {
"AggregateError": false,
},

"rules": {
"func-name-matching": "off",
"func-style": "off",
Expand All @@ -33,6 +29,5 @@
"URIError"
],
}],
"operator-linebreak": ["error", "before"],
},
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@
},
"devDependencies": {
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^19.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"evalmd": "^0.0.19",
"function.prototype.name": "^1.1.5",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"engines": {
"node": ">= 0.4"
Expand Down

0 comments on commit b28b1b2

Please sign in to comment.