Skip to content

Instantly share code, notes, and snippets.

@alexanderjeurissen
Created April 9, 2014 11:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderjeurissen/10259756 to your computer and use it in GitHub Desktop.
Save alexanderjeurissen/10259756 to your computer and use it in GitHub Desktop.
{
"node" : true,
"browser" : true,
"es5" : false,
"esnext" : true,
"bitwise" : true,
"camelcase": true,
"curly" : true,
"eqeqeq" : true,
"immed" : true,
"indent" : 2,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"quotmark" : "single",
"regexp" : true,
"undef" : true,
"unused" : true,
"strict" : true,
"trailing" : false,
"smarttabs": true,
"white" : false,
"globals" : {
"$" : false,
"angular" : false,
"browser" : false,
"repeater" : false,
"element" : false,
"inject" : false,
"afterEach" : false,
"beforeEach" : false,
"confirm" : false,
"context" : false,
"describe" : false,
"expect" : false,
"it" : false,
"jasmine" : false,
"JSHINT" : false,
"mostRecentAjaxRequest": false,
"qq" : false,
"runs" : false,
"spyOn" : false,
"spyOnEvent" : false,
"waitsFor" : false,
"xdescribe" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment