defenseunicorns/pepr-excellent-examples
GitHub で見るAdd husky-based commit linting to project
Open
#186 opened on 2024年10月29日
good first issue
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (PR metrics pending)
説明
Describe what should be investigated or refactored
-
Introduce eslint to this project (if it's not already there), and
-
Add an husky-based, eslint-running pre-commit hook to the project ( which should mirror the functionality that was recently implemented in the Pepr project).
Links to any relevant code
Pepr Husky config: https://github.com/defenseunicorns/pepr/tree/main/.husky Husky config origin PR: https://github.com/defenseunicorns/pepr/pull/1113 Husky config update PR: https://github.com/defenseunicorns/pepr/pull/1167/files