Created
September 13, 2020 16:52
-
-
Save KennFatt/76366c20c4d5238197a11b2b8c35fa3d to your computer and use it in GitHub Desktop.
My personal prettier rc file.
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
{ | |
"semi": false, | |
"jsxBracketSameLine": true, | |
"proseWrap": "never", | |
"embeddedLanguageFormatting": "off" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment