midou36o.github.io/.prettierrc

10 lines
233 B
Plaintext
Raw Normal View History

2023-01-19 19:20:03 +01:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}