{
  // strictifying options
  "eqeqeq": true,
  "immed": true,
  "latedef": true,
  "forin": true,
  "newcap": true,
  "noarg": true,
  "undef": true,
  "trailing": true,
  "node": true,

  // Relaxing options
  "boss": true,
  "eqnull": true,
  "laxcomma": true,
  "expr": true,
  "strict": false,
  "predef": ["describe", "it", "xit"]
}
