Commit 2dd91e1
committed
chore: replace Husky with simple-git-hooks for pre-commit linting
- Updated package.json to use simple-git-hooks instead of Husky for managing pre-commit hooks.
- Added lint-staged configuration to run ESLint on staged JavaScript and TypeScript files.
- Removed Husky installation script and pre-commit hook files.
- Updated pnpm-lock.yaml to include simple-git-hooks dependency.1 parent 91b656a commit 2dd91e1
File tree
5 files changed
+20
-11
lines changed- .husky
- .vscode
5 files changed
+20
-11
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments