mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-04 20:39:02 +08:00
12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|