-
Notifications
You must be signed in to change notification settings - Fork 3
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
[#81] Add prettier #311
[#81] Add prettier #311
Conversation
Do we need the .prettierrc at all? AFAIK the two settings are the default settings, now? I do not mind the extra file, but I think it's prettier (pun intended ;-)) to explicitly set only those settings that differ from defaults, just to make it easier to understand what was changed. |
Can you add [#311] in front of each commit message so that your commits are linked to the issue? |
4be5794
to
a0d9f87
Compare
Sure, I have update them |
Maybe you can also squash some commits. |
50a4edc
to
2862ad7
Compare
Looks good now! :) |
Adds prettier with a pre-commit hook. It formats css, scss, and javascript files. I left the formatting options mostly to their default values.