From dd112e1ccf514a87a68d5068882ec7393aa6dd9b Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Mon, 9 Sep 2024 15:46:31 -0400 Subject: [PATCH] fix: Don't require ESLint (#25) * fix: Don't require ESLint * Remove eslint dependency --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 86f0128..cac9cee 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,5 @@ }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "peerDependencies": { - "eslint": "^9.6.0" } }