Created
July 4, 2016 19:58
-
-
Save phensalves/2f1b181aefe52b9bb5f25268603af4df 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
{ | |
"bitwise": true, | |
"camelcase": false, | |
"curly": true, | |
"eqeqeq": true, | |
"es3": false, | |
"forin": true, | |
"freeze": true, | |
"immed": true, | |
"indent": 4, | |
"latedef": "nofunc", | |
"newcap": true, | |
"noarg": true, | |
"noempty": true, | |
"nonbsp": true, | |
"nonew": true, | |
"plusplus": false, | |
"undef": true, | |
"unused": false, | |
"strict": false, | |
"maxparams": 10, | |
"maxdepth": 5, | |
"maxstatements": 40, | |
"maxcomplexity": 8, | |
"maxlen": 120, | |
"asi": false, | |
"boss": false, | |
"debug": false, | |
"eqnull": true, | |
"esnext": false, | |
"evil": false, | |
"expr": false, | |
"funcscope": false, | |
"globalstrict": false, | |
"iterator": false, | |
"lastsemic": false, | |
"laxbreak": false, | |
"laxcomma": false, | |
"loopfunc": true, | |
"maxerr": false, | |
"moz": false, | |
"multistr": false, | |
"notypeof": false, | |
"proto": false, | |
"scripturl": false, | |
"shadow": false, | |
"sub": true, | |
"supernew": false, | |
"validthis": false, | |
"noyield": false, | |
"browser": true, | |
"node": true, | |
"globals": { | |
"angular": false, | |
"ionic": false, | |
"cordova": false, | |
"StatusBar": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment