{ "browser": true, "curly": true, "eqeqeq": true, "forin": true, "globals": { "after": true, "afterEach": true, "before": true, "beforeEach": true, "describe": true, "it": true }, "latedef": "nofunc", "maxcomplexity": 6, "maxdepth": 2, "maxparams": 4, "noarg": true, "node": true, "nonew": true, "nonstandard": true, "regexp": true, "shadow": true, "strict": true, "sub": true, "trailing": true, "undef": true, "unused": true }