From b5285a9c1f03079ed60a12fc03e1f50bb285abe8 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:55:09 -0500 Subject: [PATCH] drop support below ESLint v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 592c1d81..77328d4c 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "typescript-eslint": "^8.0.0" }, "peerDependencies": { - "eslint": ">= 7" + "eslint": ">= 8.57.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=22.0.0"