This commit is contained in:
Kar
2022-09-07 00:13:55 +05:30
commit 0faf7e9d31
43 changed files with 7565 additions and 0 deletions

5
.husky/pre-commit Executable file
View File

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