Created
April 27, 2025 08:39
-
-
Save otodockal/2f6baca7cdb1e10f04935a8731cc8ac3 to your computer and use it in GitHub Desktop.
jsx prettier
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
{ | |
"arrowParens": "always", | |
"printWidth": 100, | |
"singleQuote": true, | |
"jsxSingleQuote": false, | |
"semi": true, | |
"trailingComma": "all", | |
"tabWidth": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment