{ "browser": true, "node": true, "globals": { "L": true, "define": true }, "strict": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "quotmark": "single", "indent": 4, "trailing": true, "white": true, "smarttabs": true, "maxlen": 150, "maxstatements": 20, "maxcomplexity": 5 "maxparams": 4, "maxdepth": 4 }