diff --git a/.eslintrc b/.eslintrc index 0403f3b8..15cddf22 100644 --- a/.eslintrc +++ b/.eslintrc @@ -111,6 +111,7 @@ "max-lines-per-function": "off", "no-plusplus": "off", "no-throw-literal": "off", + "sort-keys": "off", }, }, { diff --git a/package.json b/package.json index 034c93b9..b1e3c11a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "through": "^2.3.8" }, "devDependencies": { - "@ljharb/eslint-config": "^17.6.0", + "@ljharb/eslint-config": "^18.0.0", "array.prototype.flatmap": "^1.2.4", "aud": "^1.1.5", "concat-stream": "^1.6.2",