Created
March 29, 2020 20:59
-
-
Save matthewoestreich/c80fafc93d78457fb0ff4313f344a110 to your computer and use it in GitHub Desktop.
prettier react boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "printWidth": 100, | |
| "arrowParens": "avoid", | |
| "jsxBracketSameLine": false, | |
| "singleQuote": true, | |
| "trailingComma": "all", | |
| "tabWidth": 2, | |
| "bracketSpacing": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm i --save-dev prettier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment