Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created August 30, 2013 21:56
Show Gist options
  • Save tonylukasavage/6394674 to your computer and use it in GitHub Desktop.
Save tonylukasavage/6394674 to your computer and use it in GitHub Desktop.
SublimeLinter settings
{
"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