Last active
July 5, 2025 20:29
-
-
Save abiriadev/b9b8e8b783f8f7f0588cdbfdc209fe28 to your computer and use it in GitHub Desktop.
my .prettierrc config file
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
{ | |
"$schema": "https://json.schemastore.org/prettierrc.json", | |
"semi": false, | |
"singleQuote": true, | |
"arrowParens": "avoid", | |
"overrides": [ | |
{ | |
"files": ".swcrc", | |
"options": { | |
"parser": "json" | |
} | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment