Skip to content

Instantly share code, notes, and snippets.

@descovi
Created May 15, 2012 08:00
Show Gist options
  • Save descovi/2699883 to your computer and use it in GitHub Desktop.
Save descovi/2699883 to your computer and use it in GitHub Desktop.
Sublime Text 2 - Sublime Linter - Remove
//remove annoying hint about semicolon in sublime linter
"jshint_options":
{
"evil": true,
"regexdash": true,
"browser": true,
"wsh": true,
"trailing": true,
"sub": true,
"asi": true,
"lastsemic":true
}
//source
//http://blog.liorhakim.com/post/16343340332/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment