{
  "globals": {
    "chai": true,   // Chai module (for browser environments)
    "define": true  // AMD define function
  },
  "es5": true,      // Allow ES5 features.
  "expr": true,     // Allow expressions as statement.
  "indent": 2,      // The code uses an indentation width of 2 spaces.
  "node": true,     // Allow use of node.js globals.
  "trailing": true, // Do not leave trailing whitespace.
  "validthis":true, // Allow `this` in functions.
  "white": true     // Enable scrict whitespace checking.
}
