-
Story
-
Resolution: Unresolved
-
Normal
-
1.10.0
-
None
-
1
-
False
-
-
False
-
-
-
RHDH Install 3287, RHDH Install 3288
Set up Husky pre-commit hooks in rhdh-e2e-test-utils:
- Install Husky and lint-staged
- Configure pre-commit to run ESLint, Prettier, and TypeScript checks
- Cover both src/ and docs/ directories
Acceptance Criteria:
- Husky installed and configured
- Pre-commit runs on staged src/*.ts files
- Pre-commit runs on staged docs/*.md files
- Clear error messages on validation failure