From 941a26032855b6f491075e0bf5157ac4c15912da Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 16 Dec 2024 19:20:54 +0000 Subject: [PATCH] build(deps-dev): add eslint, peer dep of neostandard (#348) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a213e02..a2080a2 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "@types/node": "^22.0.0", "c8": "^10.1.2", "cors": "^2.8.5", + "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tsd": "^0.31.1",