Skip to content

Instantly share code, notes, and snippets.

@drifterz28
Created October 21, 2014 21:25
Show Gist options
  • Select an option

  • Save drifterz28/93d9a4b9d3157952bc2e to your computer and use it in GitHub Desktop.

Select an option

Save drifterz28/93d9a4b9d3157952bc2e to your computer and use it in GitHub Desktop.
{
"browser" : false,
"curly" : true,
"eqeqeq" : true,
"eqnull" : true,
"indent" : 4,
"latedef" : true,
"noarg" : true,
"strict" : false,
"trailing" : true,
"undef" : true,
"globals" : {
"$" : false,
"jQuery" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment