Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Last active July 5, 2025 20:29
Show Gist options
  • Save abiriadev/b9b8e8b783f8f7f0588cdbfdc209fe28 to your computer and use it in GitHub Desktop.
Save abiriadev/b9b8e8b783f8f7f0588cdbfdc209fe28 to your computer and use it in GitHub Desktop.
my .prettierrc config file
{
"$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