Created
September 25, 2021 17:32
-
-
Save peruibeloko/aae8e711657b32889c89bd453589d9d1 to your computer and use it in GitHub Desktop.
Prettier configuration for all projects
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
{ | |
"arrowParens": "avoid", | |
"trailingComma": "none", | |
"singleQuote": true, | |
"printWidth": 100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment