midou36o.github.io/.prettierrc

10 lines
233 B
Plaintext
Raw Normal View History

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