Skip to content

Instantly share code, notes, and snippets.

@risyasin
Created March 22, 2016 15:32
Show Gist options
  • Save risyasin/3f978fbc1c9e44cabd6c to your computer and use it in GitHub Desktop.
Save risyasin/3f978fbc1c9e44cabd6c to your computer and use it in GitHub Desktop.
Sample JShint RC file
{
"phantom": true,
"devel": true,
"jquery": true,
"node": true,
"browser": true,
"globalstrict": true,
"nonstandard": true,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"noarg": true,
"noempty": true,
"nonew": true,
"undef": true,
"sub": true,
"camelcase": true,
"plusplus": true,
"strict": true,
"noarg": true,
"forin": true,
"newcap": true,
"immed": true,
"nonbsp": true,
"onevar": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment