From 8203e143e88be9a1528dc6b9eb7415077854759c Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 18 Sep 2020 15:26:14 +0300 Subject: [PATCH] Fixup lint:ts command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e96a9b4..3f94ffb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "GPL-3.0-or-later", "scripts": { - "lint:ts": "tsc --no-emit", + "lint:ts": "tsc --noEmit", "test": "ts-node src/index.ts examples/threshold-pushing.txt", "format:js": "prettier --write src/" },