mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
{
|
|
"printWidth": 180,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": [".*", "*.json", "*.md", "*.toml", "*.yml"],
|
|
"options": {
|
|
"useTabs": false
|
|
}
|
|
}
|
|
]
|
|
}
|