Created
February 21, 2017 06:43
-
-
Save Amitesh/96be7751ef123c68ff30259e01e4e8d0 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": true, | |
"curly": true, | |
"eqeqeq": true, | |
"eqnull": true, | |
"forin": false, | |
"freeze": false, | |
"immed": true, | |
"indent": 2, | |
"latedef": "nofunc", | |
"newcap": true, | |
"noarg": true, | |
"noempty": true, | |
"nonbsp": true, | |
"nonew": true, | |
"plusplus": false, | |
"quotmark": "single", | |
"undef": true, | |
"unused": true, | |
"strict": false, | |
"maxparams": 20, | |
"maxdepth": 5, | |
"maxlen": 120, | |
"esnext": true, | |
"jasmine": true, | |
"browserify": true, | |
"devel": true, | |
"browser": true, | |
"jquery": true, | |
"globals": { | |
"angular": false, | |
"document": false, | |
"require": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment