Skip to content

Instantly share code, notes, and snippets.

@brenes
Created September 14, 2015 11:22
Show Gist options
  • Select an option

  • Save brenes/1a9bd1c941964c3f9c88 to your computer and use it in GitHub Desktop.

Select an option

Save brenes/1a9bd1c941964c3f9c88 to your computer and use it in GitHub Desktop.
{
"browser" : true,
"jquery" : true,
"devel" : true,
"curly" : true,
"latedef" : true,
"maxdepth" : 3,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"trailing" : true,
"undef" : true,
"unused" : true,
"sub" : true,
"predef": [
"variables globales o plugins",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment