-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add prettier formatting #177
Conversation
✅ Deploy Preview for powernetzero ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@drifter089 @BryanFran From then onwards a github check runs "npx prettier --check ." which means PRs will only pass when the files are all correctly formatted. Feel free to share your thoughts. |
@ElectricMountains , |
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.
super we can do auto bot later
This PR adds prettier formatting as default for the project. It does this in the following ways:
For more details: https://prettier.io/docs/install
Fixes #47
Part of #159