From ce55d11341f1aba1f362c33bef7c7d0eacaa182f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 16 Dec 2024 19:03:17 +0000 Subject: [PATCH] build(deps-dev): add eslint, peer dep of neostandard --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bc58fa6..4f9a66f 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "benchmark": "^2.1.4", "busboy": "^1.6.0", "content-type": "^1.0.4", + "eslint": "^9.17.0", "neostandard": "^0.12.0", "tap": "^19.2.5", "tsd": "^0.31.0"