-
Notifications
You must be signed in to change notification settings - Fork 24
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
A few fixes/details ironed out. #45
Conversation
Definitely gonna need a linter to keep formatting under control lol. Our formatters are gonna create a lot of clutter real quick haha. |
What did you use for your formatting? It made it difficult to review the commits for the actual changes in-between the lines. |
Prettier, I can re do the commits without formatting. |
Also that I use " for strings and that auto formats. |
I feel the best thing we can do here is set up es-lint with the npm package and have something in the package.json |
I apologize on the behalf of my formatter, maybe add a linter?