fix prettier hook

This commit is contained in:
Alex Holliday
2026-03-06 09:45:33 -08:00
parent d64526fed2
commit 35f018623f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"format-check": "prettier --check ."
},
"lint-staged": {
"**/*": "npm run format"
"**/*": "prettier --write"
},
"keywords": [],
"author": "",