-
Notifications
You must be signed in to change notification settings - Fork 77
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
Issue #57: Set up Prettier #60
Conversation
My only comment is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah all looks good, agree with @paulcpederson on bracket clutter, but, just preference. Thanks for adding. We could also put together a vs code settings gist with prettier-on-save, etc.
Moving forward w/ current config. A reason for |
✨ ✨ ✨ ✨ ✨ ✨ |
After looking at results... maybe a little longer printWidth? Seems to break a lot of our top level imports to multiline which... is kind of noisy. Obviously it just becomes a guessing game with an arbitrary length at some point... Ha |
@macandcheese Could you create an issue to discuss potential tweaks? I'd like to get consensus on changes before re-purtyfying™. |
Sets up Prettier along with some NPM scripts to prettify™ all the things.
Once the config is reviewed and agreed upon, I'll format the source and include it in this PR.
#57