Skip to content
Kirk Shoop edited this page May 17, 2013 · 3 revisions

To maintain a level on consistency across all files, submissions should pass JSLint with the options below.

Directive:

/*jslint bitwise: true, continue: false, nomen: true, regexp: true, todo: true */

Allowed Globals:

$ alert console setInterval clearInterval Q dijon ObjectIron X2JS MediaPlayer Dash

Note:

The jshint task in Grunt tasks uses the settings in .jshintrc which are more restrictive than these. Please also ensure that grunt jshint passes.

Clone this wiki locally