Skip to content

Instantly share code, notes, and snippets.

@mec
Last active September 15, 2017 15:06
Show Gist options
  • Save mec/68cf7d3a3ccb751f3aedccf487312c45 to your computer and use it in GitHub Desktop.
Save mec/68cf7d3a3ccb751f3aedccf487312c45 to your computer and use it in GitHub Desktop.
My starter eslint config – semistandard!
{
"extends": "standard",
"rules": {
"semi": [2, "always"],
"no-extra-semi": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment