Last active
May 25, 2024 11:28
-
-
Save bjanderson/82fb3a9b51ae2f1556aeae3303e16560 to your computer and use it in GitHub Desktop.
my 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
| { | |
| "arrowParens": "always", | |
| "bracketSpacing": true, | |
| "endOfLine": "lf", | |
| "htmlWhitespaceSensitivity": "css", | |
| "jsxBracketSameLine": true, | |
| "jsxSingleQuote": true, | |
| "quoteProps": "as-needed", | |
| "printWidth": 100, | |
| "proseWrap": "preserve", | |
| "semi": true, | |
| "singleQuote": true, | |
| "tabWidth": 2, | |
| "trailingComma": "all", | |
| "useEditorConfig": true, | |
| "useTabs": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment