8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": ["."], // should be removed in v3
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
|
"printWidth": 120,
|
|
"singleAttributePerLine": true
|
|
}
|