Skip to content

Instantly share code, notes, and snippets.

@lunaroja
Created February 17, 2016 19:50
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 lunaroja/f83a798455639021eb2c to your computer and use it in GitHub Desktop.
Save lunaroja/f83a798455639021eb2c to your computer and use it in GitHub Desktop.
{
"boss": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"smarttabs": true,
"quotmark": "single",
"sub": true,
"undef": true,
"unused": false,
"globals": {
"console": false,
"require": false,
"module": false,
"exports": false,
"define": false,
"xdescribe": false,
"expect": false,
"assert": false,
"it": false,
"xit": false,
"jasmine": false,
"beforeEach": false,
"afterEach": false,
"spyOn": false,
"runs": false,
"waits": false,
"waitsFor": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment