Add prettier hook & contribution guide (#105)

This commit is contained in:
Will Chen
2025-05-06 23:15:56 -07:00
committed by GitHub
parent 0d56651220
commit 0e8cc26fb5
6 changed files with 578 additions and 3 deletions

1
.husky/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
_

4
.husky/pre-commit Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged