Last active
April 21, 2020 05:46
-
-
Save guipeixoto/0785f9b77cc8065a642c1b132d16def2 to your computer and use it in GitHub Desktop.
.prettierrc file configuration for airbnb standard
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
{ | |
"singleQuote": true, | |
"tabWidth": 2, | |
"semi": true, | |
"jsxSingleQuote": true, | |
"endOfLine": "lf", | |
"trailingComma": "all", | |
"arrowParens": "avoid" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment