Skip to content

Commit fa68311

Browse files
chore: husky hooks
1 parent a8cf509 commit fa68311

File tree

4 files changed

+7504
-7476
lines changed

4 files changed

+7504
-7476
lines changed

.husky/pre-commit

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx nx run cel-typescript:format:check
5+
npx nx run cel-typescript:check
6+
npx nx run cel-typescript:lint

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"files": {
77
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json"],
8-
"ignore": ["index.js", "index.d.ts", "dist/**/*"]
8+
"ignore": [".nx", "index.js", "index.d.ts", "dist/**/*"]
99
},
1010
"formatter": {
1111
"enabled": true,

0 commit comments

Comments
 (0)