aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workers')
-rw-r--r--apps/workers/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/workers/package.json b/apps/workers/package.json
index 61d429a6..1e522024 100644
--- a/apps/workers/package.json
+++ b/apps/workers/package.json
@@ -53,7 +53,9 @@
"start": "tsx watch index.ts",
"start:prod": "tsx index.ts",
"lint": "eslint .",
+ "lint:fix": "eslint . --fix",
"format": "prettier . --ignore-path ../../.prettierignore",
+ "format:fix": "prettier . --ignore-path ../../.prettierignore --write",
"typecheck": "tsc --noEmit"
},
"eslintConfig": {