Skip to content

Instantly share code, notes, and snippets.

@jordanbtucker
Last active February 5, 2017 22:30
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 jordanbtucker/e5db787f0df878e4c5ee3f407fabf9fa to your computer and use it in GitHub Desktop.
Save jordanbtucker/e5db787f0df878e4c5ee3f407fabf9fa to your computer and use it in GitHub Desktop.
{
"extends": "standard",
"plugins": [
"standard",
"promise"
],
"env": {
"es6": true
},
"rules": {
"comma-dangle": [
"error",
"always-multiline"
],
"indent": [
"error",
"tab"
],
"no-tabs": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment