2022-05-21 07:23:55 +00:00
|
|
|
{
|
2023-07-01 04:50:47 +00:00
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "all",
|
|
|
|
"printWidth": 120,
|
|
|
|
"semi": true,
|
2023-08-03 21:26:48 +00:00
|
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
2023-09-23 04:50:21 +00:00
|
|
|
"plugins": ["prettier-plugin-svelte"],
|
2023-08-11 16:00:51 +00:00
|
|
|
"pluginSearchDirs": false
|
2022-05-21 07:23:55 +00:00
|
|
|
}
|