Skip to content

Instantly share code, notes, and snippets.

@DenisNasc
Created June 30, 2020 13:17
Show Gist options
  • Select an option

  • Save DenisNasc/29bc990bf0fcff3fac8da25363e7fdfc to your computer and use it in GitHub Desktop.

Select an option

Save DenisNasc/29bc990bf0fcff3fac8da25363e7fdfc to your computer and use it in GitHub Desktop.
Prettier config for frontend development with React
{
"printWidth": 100,
"singleQuote": true,
"semi": true,
"bracketSpacing": false,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment