IDCubed / oms-inside

Module repository for the OMS "Inside" Trusted Application Bundle (TAB)
Other
5 stars 10 forks source link

Automate JavaScript coding style checks. #26

Open a-laughlin opened 10 years ago

a-laughlin commented 10 years ago

We currently have a style guide at https://github.com/IDCubed/oms-happathon/blob/master/CONTRIBUTING.md. Okay. Well. I thought we did. Looks like I left those sections TBD.

Check out http://flippinawesome.org/2013/12/02/eliminating-code-smell-with-grunt/

We're using jshint right now, but not jsbeautify. Implementing jsBeautify with grunt would allow us to mostly eliminate style differences in how we write our js without needing to learn complex style guides.