pesde/website/.prettierrc

17 lines
229 B
Text
Raw Permalink Normal View History

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