{ "asi": false, "bitwise": true, "curly": false, "eqeqeq": true, "esnext": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "laxcomma": true, "maxcomplexity": 10, "maxdepth": 5, "maxparams": 5, "maxstatements": 25, "multistr": true, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonbsp": true, "nonew": true, "noyield": true, "trailing": true, "undef": true, "unused": true, "globals": { "Promise": true }, "predef": [ "$", "React", "after", "afterEach", "angular", "before", "beforeEach", "browser", "by", "describe", "document", "element", "inject", "it" ] }