Created
October 26, 2023 09:54
-
-
Save ycmjason/86c6d3a4abbf1db62404adde72f6ce52 to your computer and use it in GitHub Desktop.
Best Prettier Config In The World
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, | |
"semi": true, | |
"singleQuote": true, | |
"trailingComma": "all", | |
"arrowParens": "avoid" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment