{ // http://www.jshint.com/docs/options/ "eqeqeq": true, "newcap": true, "noarg": true, "undef": true, "unused": true, "trailing": true, "maxdepth": 3, "debug": true, "eqnull": true, "esnext": true, "loopfunc": true, "devel": true, "node": true, "mocha": true }