Skip to content

Instantly share code, notes, and snippets.

@pyk
Created August 2, 2013 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyk/6143977 to your computer and use it in GitHub Desktop.
Save pyk/6143977 to your computer and use it in GitHub Desktop.
Custom jshint option on sublime linter. remove warn on comma first coding style
{
"jshint_options":
{
// remove warning on comma first coding style
"laxcomma":true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment