Syntax Cleanup
Opened this issue · 0 comments
deeheber commented
The starter I used uses some different coding conventions...I'd like to audit everything to make it fit my coding style. Some examples include but aren't limited to:
- Use single quotes instead of double
- Semicolon usage to terminate lines when appropriate
- Get rid of unnecessary Class components in favor of stateless functional components (#20)
- Replace inline styles with styled components or just css/scss style sheets
- Get rid of dangling commas