Created
April 15, 2012 23:17
-
-
Save puleos/2395280 to your computer and use it in GitHub Desktop.
sublime text jslint settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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