Skip to content

Instantly share code, notes, and snippets.

@nickjanssen
Created July 20, 2014 08:18
Show Gist options
  • Save nickjanssen/13ceddb0235bd83e141e to your computer and use it in GitHub Desktop.
Save nickjanssen/13ceddb0235bd83e141e to your computer and use it in GitHub Desktop.
{
"node": true,
"es5": false,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": false,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"predef": [
"browser",
"inject",
"describe",
"it",
"xit",
"beforeEach",
"afterEach",
"expect",
"spyOn",
"runs",
"waits",
"waitsFor",
"jasmine",
"element",
"by"
],
"globals": {
"angular": false,
"window": true,
"document": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment