From d597f5fb03c04aafbc2de04890e790db8ca819bf Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 30 Jan 2022 17:02:19 +0000 Subject: [PATCH] Remove linting script Signed-off-by: Ethan Lane --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cba0b45..27c731c 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "scripts": { "build": "tsc", "start": "node ./dist/vylbot", - "test": "jest", - "lint": "tslint -c tslint.json 'src/**/*.ts' 'tests/**/.ts'" + "test": "jest" }, "repository": { "type": "git",