Open
Description
There is an opportunity to use JSCS to automatically enforce our chosen coding style guidelines, as described in this blog post.
- Build a
.jscsrc
file that corresponds to our existing coding standards - Add it to the dev dependencies of the repo
- Add a script for checking conformance, and call it from
bld/test.sh
Any help with this ticket would be much appreciated.