Skip to content

Instantly share code, notes, and snippets.

@joaquimnetocel
Last active June 23, 2024 03:10
Show Gist options
  • Save joaquimnetocel/77671425ad600d71d4578c8fb232c671 to your computer and use it in GitHub Desktop.
Save joaquimnetocel/77671425ad600d71d4578c8fb232c671 to your computer and use it in GitHub Desktop.
SVELTEKIT PRETTIERRC
{
"tabWidth": 4,
"semi": true,
"useTabs": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment