Skip to content

Instantly share code, notes, and snippets.

@cnandreu
Created March 25, 2013 08:45
Show Gist options
  • Save cnandreu/5235745 to your computer and use it in GitHub Desktop.
Save cnandreu/5235745 to your computer and use it in GitHub Desktop.
SublimeLinter User Settings
{
"javascript_linter": "jshint",
"jshint_options": {
"regexdash": true,
"browser": true,
"devel" : true,
"jquery" : true,
"wsh": true,
"trailing": true,
"sub": true,
"expr" : true,
"strict" : true,
"unused" : true,
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"immed" : true,
"indent" : 4,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"nonew" : true,
"quotmark" : "single",
"undef" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment