From 94df86d19b863845042df3aafb32258179a61e78 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Fri, 28 Jun 2024 11:55:42 +0100 Subject: [PATCH] chore: adding missing eslint dep --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index e7b94bc..3be467e 100644 --- a/package.json +++ b/package.json @@ -154,6 +154,8 @@ "@types/mocha": "^10.0.7", "@types/node": "^20.14.9", "@types/sinon": "^17.0.3", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", "c8": "^9.1.0", "chai": "^5.1.1", "conventional-changelog-conventionalcommits": "^7.0.2",