Last active
June 23, 2024 03:10
-
-
Save joaquimnetocel/77671425ad600d71d4578c8fb232c671 to your computer and use it in GitHub Desktop.
SVELTEKIT PRETTIERRC
This file contains 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
{ | |
"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