Created
August 7, 2022 08:25
-
-
Save FbN/f8f593d920991f12a9efea6447164b3a to your computer and use it in GitHub Desktop.
.prettierrc.json
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": "none", | |
"tabWidth": 4, | |
"semi": false, | |
"singleQuote": true, | |
"quoteProps": "as-needed", | |
"arrowParens": "avoid", | |
"parser": "typescript" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment