Created
December 7, 2021 22:41
-
-
Save romellem/d828de0e6a3c00d6bb12d4d8eb04331b to your computer and use it in GitHub Desktop.
My Prettier Config
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
{ | |
"arrowParens": "always", | |
"bracketSameLine": false, | |
"bracketSpacing": true, | |
"jsxSingleQuote": false, | |
"printWidth": 100, | |
"quoteProps": "as-needed", | |
"semi": true, | |
"singleQuote": true, | |
"tabWidth": 4, | |
"trailingComma": "es5", | |
"useTabs": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment