cors-gate
Version:
Gate requests based on CORS data.
16 lines (11 loc) • 386 B
Plain Text
{
// 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.
// Prohibit the use of undeclared variables.
"undef": true,
// Warn for unused variables and function parameters.
"unused": "vars",
"esnext": true,
// Make JSHint aware of Node globals.
"node": true
}