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

Add pre-commit to project #61

Closed
pocc opened this issue May 6, 2019 · 2 comments
Closed

Add pre-commit to project #61

pocc opened this issue May 6, 2019 · 2 comments

Comments

@pocc
Copy link
Contributor

pocc commented May 6, 2019

pre-commit is a utility that runs before commits can be made. The use case here is to prettier to enforce markdown style. If there is interest, I'll make a PR with a .pre-commit-config.yaml, having run prettier over the README.md.

@caramelomartins
Copy link
Owner

@pocc Yeah, that's something that would be interesting.

@pocc
Copy link
Contributor Author

pocc commented May 15, 2019

Cool I've created a pre-commit config and run it against existing markdown files.

To run it, pre-commit install and a git pre-commit hook will be automatically created. It might be worth it to add this to the Contributing section.

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

No branches or pull requests

2 participants