From 9250be8a1b0b5a6478130a0fd6a832754ac863b0 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:52:02 +0000 Subject: Configure no-unused-vars plugin --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index eabc30e..34e1035 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "main": "app/index.mjs", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node -r dotenv/config app/index.mjs" + "start": "tsc && node build/index.js", + "lint": "eslint app --ext .ts" }, "author": "Leonardo Bishop", "license": "ISC", -- cgit v1.2.3-70-g09d2