From 4b7318c939179a536ae4c92d0282ab764c0f8d48 Mon Sep 17 00:00:00 2001 From: sisby-folk Date: Fri, 10 Nov 2023 11:01:16 +1100 Subject: [PATCH] fix -> lint-format --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de2f6e6..40477d5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "lint:fix": "eslint . --fix", "checkstyle": "prettier . --check", "checkstyle:write": "prettier . --write", - "fix": "npm run lint:fix && npm run checkstyle:write" + "lint-format": "npm run lint:fix && npm run checkstyle:write" }, "workspaces": [ "odysseus",