aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workers/package.json')
-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 27a02f88..c9de43a4 100644
--- a/apps/workers/package.json
+++ b/apps/workers/package.json
@@ -44,6 +44,8 @@
"scripts": {
"start": "tsx watch index.ts",
"start:prod": "tsx index.ts",
+ "lint": "eslint .",
+ "format": "prettier . --ignore-path ../../.prettierignore",
"typecheck": "tsc --noEmit"
},
"eslintConfig": {