update prettier config

This commit is contained in:
Evan
2025-02-12 08:52:20 -08:00
parent 36b48d92eb
commit 24ee998065
+1 -1
View File
@@ -14,7 +14,7 @@
"prepare": "husky"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,css,md}": [
"**/*": [
"prettier --write"
]
},