Last active
August 17, 2022 04:49
-
-
Save zmzhoi/b0d14712d60fd8306232f688af11181e to your computer and use it in GitHub Desktop.
.prettierrc
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
{ | |
"singleQuote": true, | |
"semi": true, | |
"useTabs": false, | |
"tabWidth": 2, | |
"trailingComma": "all", | |
"bracketSameLine": false, | |
"printWidth": 100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment