{ "node": true, "camelcase" : true, "eqnull" : true, "indent": 2, "undef": true, "quotmark": "single", "maxlen": 80, "trailing": true, "strict": true, "newcap": true, "nonew": true, "undef": true, "globals": { "describe": true, "it": true, "expect": true } }