-
-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 🧑💻 add husky pre-commit hooks #2720
Conversation
- Checks any ES files and JSON with Biome before commit - Test **JS** and **TS** files - Checks `.svg` icons before commit - Lint Markdown files with `markdownlint` before commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no suggestions.
Files not reviewed (3)
- .husky/commit-msg: Language not supported
- .husky/pre-commit: Language not supported
- package.json: Language not supported
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5e88991
to
442cac5
Compare
@PKief merge please |
Signed-off-by: Okinea Dev <[email protected]>
Co-authored-by: Philipp Kief <[email protected]> Signed-off-by: Okinea Dev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 5 changed files in this pull request and generated no suggestions.
Files not reviewed (3)
- .husky/pre-commit: Language not supported
- .lintstagedrc: Language not supported
- package.json: Language not supported
Merge SuccessfulThanks for your contribution! 🎉 The changes will be part of the upcoming update on the Marketplace. |
Description
.svg
icons before commitmarkdownlint
before commitcommitlint
Contribution Guidelines