Skip to content

Instantly share code, notes, and snippets.

@mike-casas
Created October 27, 2015 20:25
Show Gist options
  • Save mike-casas/3ed2f518f87363b9ec16 to your computer and use it in GitHub Desktop.
Save mike-casas/3ed2f518f87363b9ec16 to your computer and use it in GitHub Desktop.
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"jquery": true,
"globals": {
"angular": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment