From cd1789df244d6f775684698715db20cbd523de92 Mon Sep 17 00:00:00 2001 From: Ragnar Lothbrok <30740511+RagnarLothbrok-Odin@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:15:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(package.json):=20add=20'au?= =?UTF-8?q?dit'=20script=20to=20run=20eslint=20for=20code=20quality=20chec?= =?UTF-8?q?ks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 57df806..a462847 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "node": ">=16.0.0" }, "scripts": { - "start": "tsc && node build/index.js" + "start": "tsc && node build/index.js", + "audit": "npx eslint . --format table" }, "type": "module", "dependencies": {