Skip to content
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

Feature: Add lint-staged #248

Open
f3rno64 opened this issue Feb 12, 2024 · 0 comments
Open

Feature: Add lint-staged #248

f3rno64 opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@f3rno64
Copy link
Contributor

f3rno64 commented Feb 12, 2024

lint-staged is a wonderful tool that runs linters and formatters on staged files. This speeds up the commit processes, as only the files that have actually changed get linted and formatted.

Integrate lint-staged; execute it with husky and run markdownlint for markdown files, stylelint for stylesheets, yamllint and yamlfmt for yaml files, and finally commitlint with a conventional-commit config to lint commit messages and ensure they adhere to the conventional commit format.

@f3rno64 f3rno64 added the enhancement New feature or request label Feb 12, 2024
@f3rno64 f3rno64 self-assigned this Feb 12, 2024
@JacobHeldt JacobHeldt added this to the Version 0.1 Preparation milestone Jun 18, 2024
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
Status: Ready
Status: Backlog
Development

No branches or pull requests

2 participants