Created
September 14, 2015 11:21
-
-
Save dreamingechoes/cd7e54b9b2d70e31e344 to your computer and use it in GitHub Desktop.
Basic .jshinrc file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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