Closed ashwoodall closed 5 years ago
Thanks for submitting this @ashwoodall!
It looks like you might be using something like Prettier, which added semicolons to the project.
In order to maintain a consistent style, we have a script that will conform PRs to a shared style: npm run pre-commit
(see this for more information).
You can manually remove the semicolons, try the script, or I'd be glad to modify the PR with suggestions.
got it! Will update these 👍
Closes #110