Skip to content

Instantly share code, notes, and snippets.

@NazCodeland
Last active December 7, 2025 19:03
Show Gist options
  • Select an option

  • Save NazCodeland/81b0849caa059f84cf98f598abbb19fe to your computer and use it in GitHub Desktop.

Select an option

Save NazCodeland/81b0849caa059f84cf98f598abbb19fe to your computer and use it in GitHub Desktop.
prettierrc
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment