Skip to content

Instantly share code, notes, and snippets.

@puleos
Created April 15, 2012 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save puleos/2395280 to your computer and use it in GitHub Desktop.
Save puleos/2395280 to your computer and use it in GitHub Desktop.
sublime text jslint settings
{
// Path to the jslint jar.
// Leave blank to use bundled jar.
"jslint_jar": "",
// Options pass to jslint.
"jslint_options": "--node --browser --white --sloppy --nomen --undef --unparam --vars",
// Ignore errors, regex.
"ignore_errors":
[ ],
// run jslint on save.
"run_on_save": true,
// debug flag.
"debug": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment