Skip to content

Instantly share code, notes, and snippets.

@aguimaraes
Created September 23, 2015 12:39
Show Gist options
  • Select an option

  • Save aguimaraes/04036f07a1e6c9b7c917 to your computer and use it in GitHub Desktop.

Select an option

Save aguimaraes/04036f07a1e6c9b7c917 to your computer and use it in GitHub Desktop.
{
// an array of options to pass to jslint.
"options" : [
// examples using predef flag.
"--predef", "['angular', 'document', '\\$', '_', 'JQuery', 'FB', 'Ext', 'S1', 'console']"
// tolerate missing 'use strict' pragma.
,"--sloppy"
// suggest an indent level of two spaces.
,"--indent", "4"
,"--unparam", "true"
// tolerate ++ and --.
,"--plusplus"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment