Its in the title really, this PR converts everything to camel case.
Why
Since camel case is the standard in javascript land, we should (however reluctantly) conform, as it will help establish legitimacy and bring in contributors.
An alternative would have been to first set up eslint, and then move things over to this, but I just really wanted to get this over with, so I just went with it.
What
Its in the title really, this PR converts everything to camel case.
Why
Since camel case is the standard in javascript land, we should (however reluctantly) conform, as it will help establish legitimacy and bring in contributors.
An alternative would have been to first set up eslint, and then move things over to this, but I just really wanted to get this over with, so I just went with it.