1
0

build: add prettier + pre-commit hooks

This commit is contained in:
winston
2022-09-28 05:36:05 +02:00
parent d6784f9419
commit 0d56940295
7 changed files with 1064 additions and 590 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