From c837b02016e240b93ae7ef40c21f4df82e7a80f9 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 6 Sep 2021 09:45:57 -0700 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config` --- .eslintrc | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",