{ "strict": false, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "regexdash": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": false, "trailing": true, "maxdepth": 4, "maxstatements": 30, "boss": true, "scripturl": true, "browser": true, "devel": true, "node": true, "globals": { "describe": true, "beforeEach": true, "afterEach": true, "it": true, "chai": true, "sinon": true } }