Created
June 7, 2013 10:14
-
-
Save ahomu/5728342 to your computer and use it in GitHub Desktop.
.jshintrct
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
{ | |
"globals": { | |
"Backbone": true, | |
"_": true, | |
"$": true, | |
"jQuery": true, | |
"Zepto": true | |
}, | |
"maxlen": 100, | |
"quotmark": "single", | |
"maxparams": 3, | |
"maxdepth": 3, | |
"bitwise": true, | |
"curly": true, | |
"eqeqeq": true, | |
"forin": true, | |
"newcap": true, | |
"noarg": true, | |
"noempty": true, | |
"nonew": true, | |
"undef": true, | |
"strict": true, | |
"trailing": true, | |
"browser": true, | |
"devel": true, | |
"jquery": true, | |
"node": true, | |
"globalstrict": true, | |
"es5": true, | |
"eqnull": true, | |
"expr" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment