{
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "freeze": true,
  "indent": 2,
  "latedef": "nofunc",
  "noarg": true,
  "noempty": true,
  "quotmark": "single",
  "undef": true,
  "strict": false,
  "trailing": true,
  "maxparams": 5,
  "maxdepth": 5,
  "maxstatements": 15,
  "maxcomplexity": 7,
  "maxlen": 80,
  "asi": true,
  "boss": true,
  "eqnull": true,
  "browser": true,
  "node": true
}