summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcornmander <[email protected]>2025-08-11 15:09:12 -0400
committerGitHub <[email protected]>2025-08-11 19:09:12 +0000
commit110e00178bd5f58e66dd2b5182b8c6818b7e590a (patch)
tree5d6feb8573e79512629232ea400763d186636497
parent72832fb889729566eb150830d5b1da684963b098 (diff)
Add --experimental-cli to speed up prettier formatting. (#5999)
Co-authored-by: Seth Troisi <[email protected]> Co-authored-by: matt korwel <[email protected]>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 281f59fe..0ba06955 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
"lint:fix": "eslint . --fix && eslint integration-tests --fix",
"lint:ci": "eslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0",
- "format": "prettier --write .",
+ "format": "prettier --experimental-cli --write .",
"typecheck": "npm run typecheck --workspaces --if-present",
"preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
"prepare": "npm run bundle",