Skip to content

Instantly share code, notes, and snippets.

@brandonjyee
Last active July 5, 2018 15:18
Show Gist options
  • Save brandonjyee/64d0d762b71c33f31996b2ec2468d4a2 to your computer and use it in GitHub Desktop.
Save brandonjyee/64d0d762b71c33f31996b2ec2468d4a2 to your computer and use it in GitHub Desktop.
eslint + prettier + fullstack
{
"extends": ["fullstack"],
"parser": "babel-eslint",
"rules": {
"semi": [1, "always"],
"linebreak-style": "off",
"quotes": "off",
"semi": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment