{
  // 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",

  "esnext": true,

  // Make JSHint aware of Node globals.
  "node": true
}
