summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 695f3fe..37b389c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"lint-staged": {
"**/*.{ts,cts,mts,astro,json,md,js,cjs,mjs,html}": [
"eslint",
- "prettier"
+ "prettier --write"
]
}
}