mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 19:10:35 +00:00
17 lines
229 B
Text
17 lines
229 B
Text
|
{
|
||
|
"useTabs": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"printWidth": 100,
|
||
|
"plugins": [
|
||
|
"prettier-plugin-svelte"
|
||
|
],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.svelte",
|
||
|
"options": {
|
||
|
"parser": "svelte"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|