Skip to content

Instantly share code, notes, and snippets.

@jpvincent
Last active August 29, 2015 14:00
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 jpvincent/11365059 to your computer and use it in GitHub Desktop.
Save jpvincent/11365059 to your computer and use it in GitHub Desktop.
{
"eqeqeq": true,
"undef": true,
"unused": true,
"trailing": true,
"maxdepth": 3,
"debug": true,
"eqnull": true,
"esnext": true,
"loopfunc": true,
// Autorise `console`, `alert`, etc.
"devel": true,
"node": true,
"browser": true,
"globals": {
"$": true,
"_": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment