Skip to content

Instantly share code, notes, and snippets.

@calvinfo
Created December 10, 2012 19:37
Show Gist options
  • Save calvinfo/4252795 to your computer and use it in GitHub Desktop.
Save calvinfo/4252795 to your computer and use it in GitHub Desktop.
Sublimelint
{
"sublimelinter": "load-save",
"jshint_options":
{
"browser": true,
"eqeqeq": true,
"evil": true,
"expr": true,
"jquery": true,
"laxbreak": true,
"laxcomma": true,
"newcap": true,
"noarg": true,
"node": true,
"regexdash": true,
"sub": true,
"trailing": true,
"wsh": true,
"es5": true,
"strict": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment