Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Created February 6, 2014 23:39
Show Gist options
  • Save wrumsby/8854810 to your computer and use it in GitHub Desktop.
Save wrumsby/8854810 to your computer and use it in GitHub Desktop.
Sample .jshintrc File
{
"curly": true,
"eqnull": true,
"eqeqeq": false,
"strict": true,
"undef": true,
"browser": true,
"scripturl": true,
"smarttabs": true,
"sub": true,
"es3": true,
"globals": {
"Ext": true,
"XN": true,
"define": true,
"console": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment