{ asi: false, bitwise: true, browser: true, camelcase: false, curly: true, forin: true, immed: true, latedef: "nofunc", maxlen: 120, newcap: true, noarg: true, noempty: true, nonew: true, eqeqeq: true, predef: [ "$", "jQuery", "jasmine", "beforeEach", "describe", "expect", "it", "angular", "inject", "module", "require" ], quotmark: true, trailing: true, undef: true, unused: true }