Skip to content

Instantly share code, notes, and snippets.

@jkevingutierrez
Last active May 8, 2018 15:59
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 jkevingutierrez/68c951910ff31a8f143deb4dc48642e1 to your computer and use it in GitHub Desktop.
Save jkevingutierrez/68c951910ff31a8f143deb4dc48642e1 to your computer and use it in GitHub Desktop.
eslintrc
{
"extends": "airbnb",
"rules": {
"func-names": ["error", "never"],
"indent": ["error", 4],
"comma-dangle": ["error", "never"]
}
}
{
"extends": "airbnb",
"rules": {
"no-console": "off",
"newline-before-return": "error"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment