cv-site/.prettierrc copy

10 lines
233 B
Plaintext
Raw Normal View History

2022-04-18 15:36:18 +02:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}