From e20d2bb3eb64bfb83b4f0694a5057e5667025f12 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Thu, 30 May 2024 22:17:00 +0100 Subject: [PATCH] package.json: add `fix` script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b09e7780b..619a4c482 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "lint-apps": "node bin/sync-lint-exemptions.mjs && eslint ./apps", "lint-modules": "eslint ./modules", "test": "node bin/sanitycheck.js && npm run lint-apps && npm run lint-modules", + "fix": "eslint --fix ./apps ./modules", "update-local-apps": "./bin/create_apps_json.sh apps.local.json", "local": "npm-watch & npx http-server -a localhost -c-1", "start": "npx http-server -c-1"