Skip to content

chore: add commitlint and husky - #7

Merged
Abviol merged 1 commit into
devfrom
chore/commitlint-setup
May 21, 2026
Merged

chore: add commitlint and husky#7
Abviol merged 1 commit into
devfrom
chore/commitlint-setup

Conversation

@Abviol

@Abviol Abviol commented May 21, 2026

Copy link
Copy Markdown
Owner

Description

This PR sets up commitlint for linting commits and enforcing the commit conventions defined in Contributing.
.

Changes

  • Installed commitlint
  • Installed @commitlint/config-conventional
  • Installed husky

Screenshots

image
image

Testing

Ran a commit with an invalid format:

git commit -m "foo: this will fail"     # this failed

Ran a commit with a valid format:

git commit -m "chore: add commitlint and husky"   # this passed

Checklist

  • Tested locally
  • No ESLint errors
  • No console errors

@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
scent Ready Ready Preview, Comment May 21, 2026 8:52am

@Abviol Abviol added the enhancement New feature or request label May 21, 2026
@Abviol
Abviol merged commit e354bbf into dev May 21, 2026
3 checks passed
@Abviol
Abviol deleted the chore/commitlint-setup branch May 21, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant