Skip to content

Instantly share code, notes, and snippets.

@larchanka
Forked from paulirish/gist:2926904
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larchanka/3a3c0d5c07fd47a7daf4 to your computer and use it in GitHub Desktop.
Save larchanka/3a3c0d5c07fd47a7daf4 to your computer and use it in GitHub Desktop.
{
"// 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