From 030cc51525eb3861d9651ee324cf4aa46b98b1f5 Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Sun, 20 Aug 2023 18:08:19 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4cdf9d..b9974c7 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "eslint": "^8.42.0" }, "scripts": { - "test": "tsc --strict --noEmit && eslint ." + "test": "eslint ." } }