Created
February 21, 2017 06:43
-
-
Save Amitesh/96be7751ef123c68ff30259e01e4e8d0 to your computer and use it in GitHub Desktop.
Revisions
-
Amitesh created this gist
Feb 21, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ { "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 } }