-
Notifications
You must be signed in to change notification settings - Fork 268
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
style: Auto format code using prettier before commit #224
Conversation
Pull Request Test Coverage Report for Build 1029
💛 - Coveralls |
@ellinge I'm going to hold on to this PR till we merge the older ones first. That way, we have to solve conflicts in one branch as opposed to solving in 3 otherwise. |
# Conflicts: # package.json # src/index.js # src/index.test.js # src/tree-manager/flatten-tree.js # src/tree-manager/index.js # src/tree-node/node-label.js # webpack.config.js
Maybe we should merge this now? I don't think I can ever catch up to you :) |
Sure! Hoped it was the radioSelect @ first from the mail notification... 🥈 Seems to be some build errors though. |
Alright, alright! We'll do this after radio select then 😃
We need to pretty things after every merge 🎀 |
Code Climate has analyzed commit f98a52b and detected 0 issues on this pull request. View more on Code Climate. |
## What does it do? Adds prettierrc and pre commit hooks to format code automatically. Cleans up eslintrc and switched to react-app lint rules
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does it do?
Adds prettierrc and pre commit hooks to format code automatically. Cleans up eslintrc and switched to react-app lint rules