Skip to content

Instantly share code, notes, and snippets.

@HenriqueSilverio
Created March 24, 2014 16:46
Show Gist options
  • Save HenriqueSilverio/9744175 to your computer and use it in GitHub Desktop.
Save HenriqueSilverio/9744175 to your computer and use it in GitHub Desktop.
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"esnext": true,
"smarttabs": true,
"sub": true,
"browser": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment