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

Breaking: enforce prettier on pre-commit hook #88

Merged
merged 3 commits into from
Jun 14, 2018

Conversation

forabi
Copy link
Contributor

@forabi forabi commented Jun 14, 2018

No description provided.

@forabi forabi merged commit a84e62f into hollowverse-archive:master Jun 14, 2018
Copy link
Contributor

@wholesomedev wholesomedev left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -4,7 +4,8 @@
"pre-push": "# OVERRIDE",
"pre-commit": "yarn common-check",
"lint-staged": "lint-staged",
"common-check": "run-p -c --aggregate-output validate-filenames 'clown check' check-integrity",
"check-prettier": "prettier './**/*.{t,j}s{,x}' '**/*.{css,scss,json,md}' --list-different",
Copy link
Contributor

Choose a reason for hiding this comment

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

I remember you said that you didn't wanna do this because it's slow. Is that no longer the case?

Copy link
Contributor Author

@forabi forabi Jun 15, 2018

Choose a reason for hiding this comment

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

I don't know what changed exactly, but it's super fast now. Could be the newer version or the fact that I was not ignoring node_modules and .git 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants