aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
authorMohamed Bassem (aider) <me@mbassem.com>2024-12-31 12:27:09 +0000
committerMohamed Bassem <me@mbassem.com>2024-12-31 12:33:48 +0000
commit17af22bb6df42e1f42809261db3eda45fb2ffe3f (patch)
tree21e8371f8c60166391740356c652d6a370c70cdb /apps/mobile/package.json
parent4edea5656a13a1d884f7815034628e54a96f74d8 (diff)
downloadkarakeep-17af22bb6df42e1f42809261db3eda45fb2ffe3f.tar.zst
chore: add format:fix and lint:fix scripts to all packages
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 6f21820c..2634bdd7 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -9,7 +9,9 @@
"ios": "expo run:ios",
"web": "expo start --web",
"format": "prettier .",
+ "format:fix": "prettier . --write",
"lint": "eslint .",
+ "lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {