9a7e48eaa6
* chore(web): remove flowbite * Added confirmation prompt for deletion
9 lines
212 B
Text
9 lines
212 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": false
|
|
}
|