Created
May 14, 2023 21:52
-
-
Save meeglos/aabe28cdc00cbea0028d573f16c8e4d7 to your computer and use it in GitHub Desktop.
Prettier configuration file
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
{ | |
"singleAttributePerLine": true, | |
"useTabs": false, | |
"tabWidth": 4, | |
"singleQuote": true, | |
"jsxSingleQuote": true, | |
"arrowParens": "avoid" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment