{ "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "eqnull": true, "node": true, "mocha": true, "predef": [ "describe", "it", "before", "after", "beforeEach", "afterEach" ] }