From fe2ddb4e6167f5b28305fb8db47c1784bf02c372 Mon Sep 17 00:00:00 2001 From: Vishakh Abhayan <94307781+vishakh-abhayan@users.noreply.github.com> Date: Mon, 27 Nov 2023 00:44:14 +0530 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 68ab820..1c52721 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { + "lint": "eslint .", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" },