chore: formatted, prettified, legacy deps

This commit is contained in:
2025-07-16 10:52:08 +02:00
parent 7c93cd76d9
commit a83befd5b2
22 changed files with 682 additions and 1619 deletions

22
.prettierrc.json Normal file
View File

@@ -0,0 +1,22 @@
{
"printWidth": 100,
"useTabs": false,
"tabWidth": 2,
"singleQuote": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"semi": true,
"singleAttributePerLine": false,
"embeddedLanguageFormatting": "auto",
"vueIndentScriptAndStyle": false,
"experimentalTernaries": false
}