Skip to content

Commit

Permalink
Add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
haydn committed Nov 15, 2020
1 parent bf4936a commit 31b0c78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@
"transform-flow-strip-types"
]
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
},
"eslintConfig": {
"extends": [
"react-app",
Expand Down

0 comments on commit 31b0c78

Please sign in to comment.