chore: initial commit
I just realized i was using this without commiting it, so this is a very big commit
This commit is contained in:
1
.husky/commit-msg
Normal file
1
.husky/commit-msg
Normal file
@@ -0,0 +1 @@
|
||||
bunx commitlint --edit $1
|
||||
7
.husky/install.ts
Normal file
7
.husky/install.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
if (process.env.NODE_ENV === 'production' || process.env.CI === 'true') {
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
import husky from 'husky'
|
||||
|
||||
console.log('husky install', husky())
|
||||
1
.husky/pre-commit
Normal file
1
.husky/pre-commit
Normal file
@@ -0,0 +1 @@
|
||||
bunx --bun lint-staged --config lint-staged.config.ts
|
||||
Reference in New Issue
Block a user