aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared-react/package.json')
-rw-r--r--packages/shared-react/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/shared-react/package.json b/packages/shared-react/package.json
index bd2c71b6..7b3df535 100644
--- a/packages/shared-react/package.json
+++ b/packages/shared-react/package.json
@@ -26,8 +26,10 @@
},
"scripts": {
"typecheck": "tsc --noEmit",
- "format": "prettier . --ignore-path ../../.prettierignore",
- "lint": "oxlint ."
+ "format": "prettier . --cache --ignore-path ../../.prettierignore --check",
+ "format:fix": "prettier . --cache --write --ignore-path ../../.prettierignore",
+ "lint": "oxlint .",
+ "lint:fix": "oxlint . --fix"
},
"prettier": "@karakeep/prettier-config"
}