Skip to content

Instantly share code, notes, and snippets.

@poberwong
Created January 6, 2017 05:09
Show Gist options
  • Save poberwong/664956c8cb868b5503289378c53dfd94 to your computer and use it in GitHub Desktop.
Save poberwong/664956c8cb868b5503289378c53dfd94 to your computer and use it in GitHub Desktop.
{
"parser" : "babel-eslint",
"extends" : [
"standard",
"standard-react"
],
"plugins": [
"react",
"promise",
"standard"
],
"rules": {
"jsx-quotes": 1,
"semi": [2, "never"],
"max-len": [2, 120, 2]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment