From 0ac9454e3a2b485d45eeb88a9ece3320a12f7a87 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 19 Jul 2021 22:49:17 +0100 Subject: [PATCH] Add lint:js-fix script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e9f1c0d..c4874b4 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "start": "yarn run build:ts && yarn run build:res && electron .", "lint": "yarn lint:types && yarn lint:js", "lint:js": "eslint src/ scripts/ hak/", + "lint:js-fix": "eslint --fix src scripts hak", "lint:types": "tsc --noEmit", "build:native": "yarn run hak", "build:native:universal": "yarn run hak --target x86_64-apple-darwin fetchandbuild && yarn run hak --target aarch64-apple-darwin fetchandbuild && yarn run hak --target x86_64-apple-darwin --target aarch64-apple-darwin copyandlink",