-
Notifications
You must be signed in to change notification settings - Fork 486
Update to prettier 0.23.0 when it's released #709
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
Comments
This is unfortunately taking longer than expected - estimate was ~20 minutes, looking like ~1hr. Ran into this bug around types as well as a tricky gotcha with the syntax.input.js test fixture, which is invalid JavaScript and should be ignored by prettier. |
Also ran into this bug around double comments |
Going to keep this issue open - prettier 0.23.0 will fix both bugs, and I will remove the workaround in server.js when I upgrade. |
This saves us style issues. Also adds husky and lint-staged for pre-commit testing Refs #709
This saves us style issues. Also adds husky and lint-staged for pre-commit testing Refs #709
This saves us style issues. Also adds husky and lint-staged for pre-commit testing Refs #709
This saves us style issues. Also adds husky and lint-staged for pre-commit testing Refs #709
* style(prettier): Use prettier for code formatting This saves us style issues. Also adds husky and lint-staged for pre-commit testing Refs #709
Also fixes the position of the GreenKeeper badge in the README Refs documentationjs/documentation#709 the main issue for documentation
prettier 1.0.0 is released! Switching to it. |
I've been standardizing on prettier on all projects. I should use it here.
The text was updated successfully, but these errors were encountered: