-
Notifications
You must be signed in to change notification settings - Fork 35
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
Begin to clean up JavaScript #31
Conversation
What about switching to https://standardjs.com ? |
@homakov Sure, that sounds good! |
Thanks, I won't be touching codebase then for a while. |
Alright - I'll try to get these done as quickly as possible. |
Not at home so haven't tested, but all the StandardJS issues should be fixed in main.js. |
Alright @homakov this should be good to go. Any other changes you want made? |
Awesome job @andrewda. Thanks for implementing one of my suggestions. Btw: You might want to squash your commits before merging. This helps keeping the master branch clean.
|
Thanks @menzow! Will squash 'em now! 👍 |
@menzow I squashed them into 4 different commits so it's easier to rollback an individual one if necessary. |
This begins to address some of the concerns listed in #28. These are all formatting changes, nothing technical yet. From my tests everything seems to be working fine, but definitely look over this and test before merging, though, because a large part of it was automated.
When this does get merged, it will be a much more welcoming code base for new contributors.