Created
August 2, 2013 22:24
-
-
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
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
Show hidden characters
{ | |
"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