Last active
October 18, 2022 01:05
-
-
Save jonesnxt/a6233d37d242886b212674241e8aa089 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"parser": "typescript", | |
"printWidth": 80, | |
"singleQuote": true, | |
"trailingComma": "es5", | |
"tabWidth": 2, | |
"useTabs": false, | |
"plugins": ["./prettier-plugin"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment