diff --git a/.eslintrc b/.eslintrc index f57423c..cbd910b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,10 +3,6 @@ "extends": "@ljharb", - "globals": { - "AggregateError": false, - }, - "rules": { "func-name-matching": "off", "func-style": "off", @@ -33,6 +29,5 @@ "URIError" ], }], - "operator-linebreak": ["error", "before"], }, } diff --git a/package.json b/package.json index d678094..d9e0eb4 100644 --- a/package.json +++ b/package.json @@ -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"