Skip to content

Instantly share code, notes, and snippets.

@gabrielpoca
Created March 24, 2015 19:05
Show Gist options
  • Select an option

  • Save gabrielpoca/013dbbf7e8727b930d74 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielpoca/013dbbf7e8727b930d74 to your computer and use it in GitHub Desktop.
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": false,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"validthis": true,
"globals": {
"angular": false,
"Media": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment