Closed DSchau closed 6 years ago
Deploy preview for react-redux-timesheet ready!
Built with commit 3892bcc2e26860b4d0e331fcfa6554fae75c4eab
https://deploy-preview-13--react-redux-timesheet.netlify.com
Initial reaction: I'd want to increase the max line length prettier runs with. Seems like it's wrapping lines way earlier than it needs to.
Yeah, I can bump it up to 100, I won't die on that hill. I do like using the defaults mostly--although I've already set single quote up, so it's not as if there's not a precedent for that already.
Too many semicolons in here. Otherwise, this LGTM. 😉
This PR--which does not necessarily need to be merged--runs prettier on the code base so we can unify code style.
This also fixes some issues where we were directly mutating state (i.e.
this.state =
) instead ofthis.setState()
like here