1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-15 03:26:01 +00:00
portfolio/.prettierrc
2023-06-18 14:18:12 +02:00

9 lines
233 B
Text

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}