electron-spell-check-provider
Version:
Because Electron's spell-check APIs are just a little too low-level.
14 lines (10 loc) • 365 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,
// Make JSHint aware of Node globals.
"node": true,
// Warn for unused variables and function parameters.
"unused": true
}