Skip to content

Instantly share code, notes, and snippets.

@imalberto
Created June 25, 2014 20:24
Show Gist options
  • Save imalberto/e9a8c8e5988c0590699a to your computer and use it in GitHub Desktop.
Save imalberto/e9a8c8e5988c0590699a to your computer and use it in GitHub Desktop.
jslint default configuration
{
"globals": {
"exports": true,
"YUI": true,
"YUI_config": true,
"YAHOO": true,
"YAHOO_config": true,
"Y": true,
"global": true,
"process": true,
"require": true,
"__filename": true,
"module": true,
"document": true,
"navigator": true,
"console": true,
"self": true,
"window": true
},
"node": true,
"sloppy": true,
"maxerr": 1000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment