Skip to content

Feat/husky pre commit hooks - #566

Merged
Akatenvictor merged 3 commits into
AudioBitsStellar:mainfrom
Lynndabel:feat/husky-pre-commit-hooks
Aug 30, 2026
Merged

Feat/husky pre commit hooks#566
Akatenvictor merged 3 commits into
AudioBitsStellar:mainfrom
Lynndabel:feat/husky-pre-commit-hooks

Conversation

@Lynndabel

Copy link
Copy Markdown
Contributor

Description

Summary:

  • Modified .husky/pre-commit to run npm run lint and npm run format:check
  • Added pre-commit hook documentation to CONTRIBUTING.md
  • Tested the hook successfully (it blocked commits with lint errors)
  • Pushed to remote: feat/husky-pre-commit-hooks

closes #385

Checklist:

  • My code follows the coding conventions
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

@Lynndabel Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Akatenvictor
Akatenvictor merged commit 474a259 into AudioBitsStellar:main Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verify Husky pre-commit hooks run lint:fix and format automatically

2 participants