initial commit

This commit is contained in:
Harivansh Rathi 2024-11-25 19:28:40 -05:00
commit 9963e01acc
158 changed files with 48198 additions and 0 deletions

2
.husky/commit-msg Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
cd "$(dirname "$0")/.." && npx --no -- commitlint --edit $1

3
.husky/pre-commit Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
# Disable concurent to run `check-types` after ESLint in lint-staged
cd "$(dirname "$0")/.." && npx --no lint-staged --concurrent false