{
  "node": true,
  "browser": true,
  "esnext": true,
  "bitwise": true,
  "camelcase": false,
  "curly": false,
  "loopfunc": true,
  "eqeqeq": true,
  "immed": true,
  "indent": 2,
  "latedef": false,
  "newcap": true,
  "noarg": true,
  "quotmark": "single",
  "regexp": true,
  "smarttabs": true,
  "strict": true,
  "trailing": true,
  "undef": false,
  "validthis": true,
  "jasmine": true,
  "predef": [
    "$",
    "jQuery",
    "define",
    "describeComponent",
    "describeMixin",
    "requirejs",
    "setupComponent",
    "spyOnEvent",
    "_",
    "Pixelated",
    "Handlebars",
    "Bloodhound"
  ]
}