Commit f808966
committed
chore: remove Husky and lint-staged dependencies
Removed:
- Husky package from devDependencies
- lint-staged package from devDependencies
- "prepare": "husky" script from package.json
- lint-staged configuration from package.json
- .husky directory with pre-commit hooks
- Git hooks setup from dev-setup.sh script
Updated README:
- Removed Husky references from Code Quality section
- Removed Husky and lint-staged from Development Tools
- Removed "Set up git hooks" from automated setup script description
- Removed .husky/ directory from project structure
- Removed Pre-commit Hooks section
- Simplified Testing & Quality section
Rationale:
- Simplified development workflow
- Removed git hook automation complexity
- Developers can still manually run lint and format commands
- CI/CD pipeline still enforces code quality
- Reduced dependencies by 26 packages
Manual code quality commands still available:
- npm run lint
- npm run lint:fix
- npm run format
- npm run type-check1 parent 9d55345 commit f808966
3 files changed
+2
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
148 | | - | |
149 | 146 | | |
150 | 147 | | |
151 | 148 | | |
| |||
336 | 333 | | |
337 | 334 | | |
338 | 335 | | |
339 | | - | |
340 | 336 | | |
341 | 337 | | |
342 | 338 | | |
| |||
471 | 467 | | |
472 | 468 | | |
473 | 469 | | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | 470 | | |
482 | 471 | | |
483 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 19 | + | |
30 | 20 | | |
31 | 21 | | |
32 | 22 | | |
| |||
68 | 58 | | |
69 | 59 | | |
70 | 60 | | |
71 | | - | |
72 | | - | |
73 | 61 | | |
74 | 62 | | |
75 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 40 | | |
51 | 41 | | |
52 | 42 | | |
| |||
0 commit comments