Last active
July 13, 2021 20:39
-
-
Save web2ls/223623b2cc6e69d4ee6c7ba14ff59584 to your computer and use it in GitHub Desktop.
.prettierrc example
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
| { | |
| "trailingComma": "es5", | |
| "printWidth": 200, | |
| "tabWidth": 2, | |
| "singleQuote": true, | |
| "jsxSingleQuote": true, | |
| "bracketSpacing": true, | |
| "htmlWhitespaceSensitivity": "css", | |
| "jsxBracketSameLine": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment