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 prettier and eslint as precommit hooks #102

Open
ROODAY opened this issue Apr 28, 2021 · 0 comments
Open

Run prettier and eslint as precommit hooks #102

ROODAY opened this issue Apr 28, 2021 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@ROODAY
Copy link
Member

ROODAY commented Apr 28, 2021

Prettier will prevent a lot of unnecessary comments in code reviews for code style, and eslint will make sure we don't accidentally check in code that won't compile/has big errors. Inquisitor already does this so we can copy that (husky has changed however so the install process will be a bit different)

@ROODAY ROODAY self-assigned this Apr 28, 2021
@ROODAY ROODAY added the Enhancement New feature or request label Apr 28, 2021
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

No branches or pull requests

1 participant