Last active
February 26, 2021 21:31
-
-
Save willsantos/3866b341b15dbd4dcf28516bc2dd65af to your computer and use it in GitHub Desktop.
Prettie Default React
This file contains 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
{ | |
"trailingComma": "all", | |
"printWidth": 80, | |
"semi": true, | |
"singleQuote": true, | |
"jsxSingleQuote": true, | |
"tabWidth": 2, | |
"quoteProps": "as-needed" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment