Skip to content

Instantly share code, notes, and snippets.

@dreamingechoes
Created September 14, 2015 11:21
Show Gist options
  • Save dreamingechoes/cd7e54b9b2d70e31e344 to your computer and use it in GitHub Desktop.
Save dreamingechoes/cd7e54b9b2d70e31e344 to your computer and use it in GitHub Desktop.
Basic .jshinrc file
// NOTE: Added the .js extension to this gist so it would have syntax highlighting. This file should have NO file extension.
{
"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