From 518454ad7151924c953446c5e21d7db748981be5 Mon Sep 17 00:00:00 2001 From: Sebastian Delmont Date: Mon, 1 Feb 2021 08:58:13 -0500 Subject: [PATCH] Lint check was fixing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9b1422..adab720 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "scripts": { "test": "eslint package.nw", - "lint-check": "eslint --fix package.nw", + "lint-check": "eslint package.nw", "lint-fix": "eslint --fix package.nw", "dist": "build --concurrent --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 package.nw", "distsome": "build --debug --tasks linux-x64,mac-x64 package.nw",