Created
May 15, 2014 10:36
-
-
Save steel1990/f4e6c8e72c49ca1bdbfe to your computer and use it in GitHub Desktop.
This file contains 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
Show hidden characters
{ | |
"curly": true, | |
"eqeqeq": true, | |
"es3": true, | |
"immed": true, | |
"indent": 4, | |
"latedef": true, | |
"noarg": true, | |
"noempty": true, | |
"quotmark": "single", | |
"undef": true, | |
"unused": true, | |
"trailing": true, | |
"maxlen": 80, | |
"eqnull": false, | |
"browser": true, | |
"evil": false, | |
"forin": false, | |
"regexp": true, | |
"nonew": true, | |
"maxparams": 3, | |
"maxdepth": 3, | |
"maxstatements": 25, | |
"asi": true, | |
"supernew": false, | |
"expr": true, | |
"globals": { | |
"window": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment