{ "asi": false, "bitwise": true, "browser": true, "camelcase": false, "curly": true, "forin": false, "immed": true, "latedef": "nofunc", "maxlen": false, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "predef": [ "jasmine", "spyOn", "beforeEach", "afterEach", "fdescribe", "xdescribe", "describe", "expect", "it", "fit", "xit" ], "quotmark": true, "trailing": true, "undef": true, "unused": false, "esversion": 6 }