{ "browser": true, "node": true, "bitwise": true, "camelcase": true, "curly": true, "expr": true, "immed": true, "indent": 2, "maxlen": 80, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "strict": true, "globals": { "define": true, "module": true } }