mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-15 07:04:48 +00:00
initial commit
This commit is contained in:
commit
9963e01acc
158 changed files with 48198 additions and 0 deletions
2
.husky/commit-msg
Normal file
2
.husky/commit-msg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")/.." && npx --no -- commitlint --edit $1
|
||||
3
.husky/pre-commit
Normal file
3
.husky/pre-commit
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue