679 B
679 B
id, epic, title, type, status, feature, depends-on, blocks
| id | epic | title | type | status | feature | depends-on | blocks | |
|---|---|---|---|---|---|---|---|---|
| 01-husky-install | pre-commit-hooks-v1 | Install husky + lint-staged | technical-story | in-progress | tooling |
|
Goal
husky + lint-staged are dependencies of the root workspace and the
prepare script wires the hooks on pnpm install.
In scope
- Add husky + lint-staged to root devDependencies
- Add
preparescript that runshusky(initialises.husky/) - Create
.husky/directory + the husky shim - Add
lint-stagedconfig to root package.json
Tasks
- Story scaffold
- Install husky + lint-staged + add scripts/config
- Verify
pnpm installinitialises.husky/