Created
August 9, 2021 12:34
-
-
Save SujalXplores/e9498461e52fc5fa0db912a8c8483aa4 to your computer and use it in GitHub Desktop.
Recommended prettier config for most project workspace outthere.
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
{ | |
"singleQuote": true, | |
"trailingComma": "es5", | |
"requirePragma": false, | |
"arrowParens": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment