Skip to content

Instantly share code, notes, and snippets.

@erenesto
Last active November 20, 2019 04:54
Show Gist options
  • Save erenesto/032c88ab95e40ed01ca4bd62588e9e9b to your computer and use it in GitHub Desktop.
Save erenesto/032c88ab95e40ed01ca4bd62588e9e9b to your computer and use it in GitHub Desktop.
prettierrc react
{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment