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

Run ESLint and Prettier on SCSS files during pre-commit hook #194

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

Yogeshp0012
Copy link
Contributor

This PR adds Stylelint integration to the pre-commit hook, ensuring consistent and error-free CSS and SCSS code. Now, before each commit, ESLint and Prettier will run alongside Stylelint, ensuring the highest code quality and style standards are maintained throughout the project.

code1
error1

code2
error2

code3
error3

faircode
success

Copy link
Collaborator

@luciagirasoles luciagirasoles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luciagirasoles
Copy link
Collaborator

close #17

@luciagirasoles luciagirasoles linked an issue Oct 12, 2023 that may be closed by this pull request
@luciagirasoles luciagirasoles merged commit e7d22f6 into wnbrb:main Oct 12, 2023
3 checks passed
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.

Run ESLint and Prettier on SCSS files during pre-commit hook
2 participants