{ "node": true, "es5": true, "camelcase": false, "curly": true, "indent": 2, "newcap": true, "regexp": true, "strict": true, "trailing": true, "undef": true, "unused": true, "predef": [ "describe", "it", "before", "beforeEach", "after", "afterEach" ] }