-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Description
Problem
While I was adding the fixes to the repository, I forgot to run the format command to lint the project. This has a negative impact on the developer because it causes another commit for linting, which triggers CI jobs and uses resources not intended for the primary purpose of the PR.
Solution
Use pre-commit or pre-push git hooks for linting project. Husky and lint-staged libraries implement this functionality in JS ecosystem
mguida22
Metadata
Metadata
Assignees
Labels
No labels