Skip to content

Instantly share code, notes, and snippets.

@paulirish
Created June 13, 2012 22:31
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save paulirish/2926904 to your computer and use it in GitHub Desktop.
Save paulirish/2926904 to your computer and use it in GitHub Desktop.
My SublimeLinter.sublime-settings file
{
"// my options for SublimeLinter " : "//",
"jshint_options" : {
"boss": true,
"browser": true,
"curly": false,
"devel": true,
"eqeqeq": false,
"eqnull": true,
"expr": true,
"evil": true,
"immed": false,
"laxcomma": true,
"newcap": false,
"noarg": true,
"smarttabs": true,
"sub": true,
"undef": true,
"// predefined globals " : "//",
"predef" : [
"_",
"__dirname",
"require",
"jasmine",
"describe",
"xdescribe",
"it",
"xit",
"beforeEach",
"afterEach",
"expect",
"spyOn",
"runs",
"waits",
"waitsFor",
"Benchmark",
"Raphael",
"Backbone",
"Modernizr",
"Ext",
"_gaq"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment