Last active
May 13, 2022 10:12
-
-
Save eesa1980/9f813284ccf5afda1d36eb2bd4e78a64 to your computer and use it in GitHub Desktop.
Prettier Config #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
{ | |
"trailingComma": "none", | |
"singleQuote": true, | |
"semi": false, | |
"tabWidth": 2, | |
"useTabs": false, | |
"printWidth": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment