aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-01 16:40:22 -0800
committerFuwn <[email protected]>2026-03-01 16:43:18 -0800
commit599e6ca3b3c2c18d5f3d8433f239762c35c7a783 (patch)
tree898b617c1a781fc108071c16ff0fb5ebc61f4cbb /package.json
parentchore(cleanup): remove stale eslint directives (diff)
downloaddue.moe-599e6ca3b3c2c18d5f3d8433f239762c35c7a783.tar.xz
due.moe-599e6ca3b3c2c18d5f3d8433f239762c35c7a783.zip
chore(tooling): add biome format check script
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e622fb73..22b46fe8 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "biome lint .",
- "format": "biome format --write ."
+ "format": "biome format --write .",
+ "format:check": "biome check --linter-enabled=false --assist-enabled=false ."
},
"trigger.dev": {
"endpointId": "proj_jpvyydwtsyyknzufswcs"