Created
March 30, 2022 18:06
-
-
Save nicolasegp/2e40239d8b8fa19f20db19e8b175ef26 to your computer and use it in GitHub Desktop.
Prettier personal JS/TS
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, | |
"useTabs": true, | |
"tabWidth": 4, | |
"semi": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment