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

chore: eslint, husky, prettier and hooks added #14

Merged
merged 1 commit into from
Aug 11, 2021
Merged

Conversation

The-Anton
Copy link
Collaborator

Added prettier, eslint, and husky.
Using husky, pre-commit, post-commit, and commit-msg hooks are added.
Every time a file is stagged it will be checked for style guidelines and lint errors.
Airbnb style guide has been followed and the automated hooks will fix the formatting and style of stagged file.

Note: Commit msg should be properly formatted and if not done so then commit will fail.

Added prettier and eslint.
Using husky added pre-commit, post-commit and commit-msg hooks.
Every time stagges will will be checked for style guidelines and lint errors.
Airbnb style guide has been followed and the automated hooks will fix the formatting and
style of stagged file.

Note: Commit msg should be properly formatted and if not done so then commit will fail.
@The-Anton The-Anton merged commit 67514f8 into develop Aug 11, 2021
@The-Anton The-Anton deleted the pre-check branch August 11, 2021 17:54
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.

None yet

1 participant