{ "camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "indent": 4, "latedef": "nofunc", "quotmark": "false", "nonew": true, "newcap": false, "immed": true, "noarg": true, "eqnull": true, "trailing": true, "undef": true, "unused": true, "browser": true, "node": true, "esnext": true, "globals": { "describe": false, "expect": false, "beforeEach": false, "afterEach": false, "modulex": false, "it": false } }