Created
July 22, 2022 11:55
-
-
Save md-redwan-hossain/840d74b8a4d459c0d0752b1340a311d2 to your computer and use it in GitHub Desktop.
prettier config
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
{ | |
"tabWidth": 2, | |
"useTabs": true, | |
"semi": true, | |
"singleQuote": false, | |
"trailingComma": "none", | |
"bracketSpacing": false, | |
"arrowParens": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment