Last active
October 29, 2020 22:10
-
-
Save travisduffy/e4e9ee2bf1fc93838a6f86c8e095f76a to your computer and use it in GitHub Desktop.
The Prettier configs I like
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
| { | |
| "printWidth": 80, | |
| "endOfLine": "lf", | |
| "semi": false, | |
| "singleQuote": true, | |
| "useTabs": true, | |
| "tabWidth": 2, | |
| "trailingComma": "es5", | |
| "arrowParens": "avoid" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment