From e87a335064e0ee98b2ee0f9458987f6f30d523c2 Mon Sep 17 00:00:00 2001 From: divlo Date: Fri, 1 Jan 2021 04:42:06 +0100 Subject: [PATCH] chore: ts-standard linting in scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b929c8..7ca8eda 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "scripts": { "build": "rimraf ./build && tsc", - "lint": "exit 0", + "lint": "ts-standard | snazzy", "format": "ts-standard --fix | snazzy", "release": "release-it", "test": "jest",