-
Notifications
You must be signed in to change notification settings - Fork 29
Flesh out Console #56
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thank you! Can we revert the unrelated formatting changes in Array and Math?
Done. Not sure why Github doesn't update, but the commits have been removed from the branch that the PR points to. It's going to really annoy me if the formatting isn't fixed elsewhere though, since I'll constantly have thee uncommitted formatting changes hanging around. It seems like a good idea to set up CI workflow to check formatting, so as to avoid this in the future. |
Sure, I don't mind that. Would you be up for PR:ing CI and a command in package.json/scripts for formatting everything? |
Fixes #55