{
  // If you are using SublimeLinter, after modifying this config file, be sure to close and reopen
  // the file(s) you were editing to see the changes take effect.

  "extends": "../../.jshintrc",

  // Make JSHint aware of Node and browser globals.
  "node": true,
  "browser": true,

  "globals": {
    // For some reason `Promise` isn't in either of the above sets.
    "Promise": false
  }
}
