Skip to content

Instantly share code, notes, and snippets.

@matthewoestreich
Created March 29, 2020 20:59
Show Gist options
  • Select an option

  • Save matthewoestreich/c80fafc93d78457fb0ff4313f344a110 to your computer and use it in GitHub Desktop.

Select an option

Save matthewoestreich/c80fafc93d78457fb0ff4313f344a110 to your computer and use it in GitHub Desktop.
prettier react boilerplate
{
"printWidth": 100,
"arrowParens": "avoid",
"jsxBracketSameLine": false,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"bracketSpacing": true
}
npm i --save-dev prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment