Skip to content

Instantly share code, notes, and snippets.

@ekrembk
Created April 21, 2013 23:07
Show Gist options
  • Save ekrembk/5431445 to your computer and use it in GitHub Desktop.
Save ekrembk/5431445 to your computer and use it in GitHub Desktop.
JSHint - Konfigürasyon tercihlerim
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"eqnull": true,
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment