Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created May 28, 2014 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsisodiya/f785c1fc38049ef2f57d to your computer and use it in GitHub Desktop.
Save nsisodiya/f785c1fc38049ef2f57d to your computer and use it in GitHub Desktop.
My Jshint Configuration
{
"curly": true,
"eqnull": true,
"eqeqeq": false,
"undef": true,
"plusplus": false,
"curly": true,
"camelcase": true,
"latedef": "nofunc",
"noempty": true,
"trailing": true,
"multistr":true,
"globalstrict":false,
"strict":true,
"globals": {
"define": true,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment