chore: Initial commit.
This commit is contained in:
commit
0219b23c4e
84 changed files with 15995 additions and 0 deletions
5
.husky/pre-commit
Executable file
5
.husky/pre-commit
Executable file
|
@ -0,0 +1,5 @@
|
|||
# Lint staged files
|
||||
pnpx lint-staged
|
||||
|
||||
# Run Astro checks
|
||||
pnpm check
|
6
.husky/pre-push
Executable file
6
.husky/pre-push
Executable file
|
@ -0,0 +1,6 @@
|
|||
# Strict lint
|
||||
pnpm lint --max-warnings 0
|
||||
pnpm format:check
|
||||
|
||||
# Run Astro checks
|
||||
pnpm check
|
Loading…
Add table
Add a link
Reference in a new issue