TheNetworkOfficial / SovereignQuest

0 stars 0 forks source link

Husky and Lint-Staged setup to enforce pre-commit code quality. #12

Closed TheNetworkOfficial closed 18 hours ago

TheNetworkOfficial commented 1 week ago

Configured Husky to run Git hooks and Lint-Staged to ensure code quality checks are applied before committing changes. The setup runs ESLint and Prettier on staged files, ensuring that code is consistently formatted and adheres to style guidelines before being added to the repository. This helps maintain a high standard of code quality across all contributions and reduces the need for code clean-up in the future.

TheNetworkOfficial commented 18 hours ago

Precommit hooks are working as intended. Husky testing was completed with the closure of Issue #17, and Lint Staged setup was tested and modified successfully when uploading patch to close Issue #39. Issue now closed