Skip to content

Instantly share code, notes, and snippets.

@michal-wrzosek
Created September 18, 2019 19:59
Show Gist options
  • Save michal-wrzosek/ad24849a5ab84be5f6520e89ecc7f1e9 to your computer and use it in GitHub Desktop.
Save michal-wrzosek/ad24849a5ab84be5f6520e89ecc7f1e9 to your computer and use it in GitHub Desktop.
Create React App Boilerplate - ./.prettierrc.js
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment