miguelrgonzalez / mlsound

NPM-based application deployment tool for MarkLogic
Other
8 stars 5 forks source link

Jshint #4

Closed dmcassel closed 9 years ago

dmcassel commented 9 years ago

Added a .jshintrc file and updated source code to pass those checks without changing functionality.

grtjn commented 9 years ago

+1, looks good to me

dmcassel commented 9 years ago

The benefit of adding JSHint is that it will improve consistency in the codebase (which helps readability) and will catch some things that are commonly errors (like variable name typos or forgetting var).