Created
August 3, 2024 12:43
-
-
Save broisnischal/f1582660ef9fe6a2cdbd34c0a14e8085 to your computer and use it in GitHub Desktop.
.prettierrc
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
{ | |
"singleQuote": true, | |
"trailingComma": "all", | |
"tabWidth": 4, | |
"semi": true, | |
"printWidth": 100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment