Created
April 3, 2025 04:07
-
-
Save pyratin/f51290c3d09c6144f4e571ae1c813590 to your computer and use it in GitHub Desktop.
.prettierrc
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
{ | |
"singleQuote": true, | |
"jsxSingleQuote": true, | |
"trailingComma": "none", | |
"plugins": ["prettier-plugin-jsdoc"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment