mirror of
https://github.com/KevinMidboe/hivemonitor.git
synced 2025-10-28 17:10:26 +00:00
18 lines
269 B
Plaintext
18 lines
269 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": ["."],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|