Skip to content

Instantly share code, notes, and snippets.

@guipeixoto
Last active April 21, 2020 05:46
Show Gist options
  • Save guipeixoto/0785f9b77cc8065a642c1b132d16def2 to your computer and use it in GitHub Desktop.
Save guipeixoto/0785f9b77cc8065a642c1b132d16def2 to your computer and use it in GitHub Desktop.
.prettierrc file configuration for airbnb standard
{
"singleQuote": true,
"tabWidth": 2,
"semi": true,
"jsxSingleQuote": true,
"endOfLine": "lf",
"trailingComma": "all",
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment