mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-23 04:17:00 +00:00
24 lines
384 B
Plaintext
24 lines
384 B
Plaintext
{
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"jsxBracketSameLine": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte",
|
|
"plugins": [
|
|
"prettier-plugin-svelte"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"pluginSearchDirs": [
|
|
"."
|
|
]
|
|
}
|