Created
August 30, 2013 21:56
-
-
Save tonylukasavage/6394674 to your computer and use it in GitHub Desktop.
SublimeLinter 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
Show hidden characters
{ | |
"jshint_options": { | |
"curly": true, | |
"eqeqeq": true, | |
"immed": true, | |
"latedef": "nofunc", | |
"loopfunc": true, | |
"maxlen": 100, | |
"newcap": true, | |
"noarg": true, | |
"node": true, | |
"nonew": true, | |
"trailing": true, | |
"undef": true, | |
"-W030": true, | |
"-W104": true // allow usage of "const" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment