{ "strict": true, "browser": true, "indent": 2, "curly": true, "eqnull": true, "globals": { "beforeEach": {}, "afterEach": {}, "describe": {}, "it": {}, "inject": {}, "expect": {}, "angular": {}, "moment": {}, "jasmine": {}, "_": {} }, "devel": true, "immed": true, "newcap": true, "noarg": true, "quotmark": "single", "smarttabs": false, "trailing": true, "undef": true, "unused": true, "white": true, "maxlen": 80, "camelcase": true, "eqeqeq": true, "forin": true, "latedef": "nofunc", "noempty": true, "nonew": true, "expr": true, "node": true }