mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-09 23:45:24 +00:00
Phase 3 Foundation: - Add ESLint with TypeScript, React, React Hooks, and Prettier config - Add Prettier with project-standard settings - Set up Husky pre-commit hooks with lint-staged - Fix all ESLint errors and warnings in codebase - Format all files with Prettier - Fix type errors in usage-reader.test.ts All 133 tests passing, lint clean, builds successfully. Note: GitHub Actions CI workflow saved locally but requires manual push with workflow scope or direct upload to GitHub. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
368 B
Plaintext
16 lines
368 B
Plaintext
{
|
|
"lockfileVersion": 1,
|
|
"configVersion": 1,
|
|
"workspaces": {
|
|
"": {
|
|
"name": "claude-hud",
|
|
"devDependencies": {
|
|
"husky": "^9.1.7",
|
|
},
|
|
},
|
|
},
|
|
"packages": {
|
|
"husky": ["husky@9.1.7", "", { "bin": { "husky": "bin.js" } }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="],
|
|
}
|
|
}
|