Skip to content

Instantly share code, notes, and snippets.

@pikulet
Last active September 1, 2022 10:58
Show Gist options
  • Save pikulet/e9ef70513dcae76c6ed6eeb2d3d21dea to your computer and use it in GitHub Desktop.
Save pikulet/e9ef70513dcae76c6ed6eeb2d3d21dea to your computer and use it in GitHub Desktop.
sample-prettier-rc-react-javascript
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment