FEAT: switch to vite vue stack

This commit is contained in:
prosety
2022-11-25 19:27:48 +01:00
parent 2c4a48e1a6
commit 41fb802318
56 changed files with 3523 additions and 9631 deletions

11
.prettierrc.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
semi: false,
tabWidth: 2,
useTabs: false,
printWidth: 80,
endOfLine: "auto",
singleQuote: true,
trailingComma: "es5",
bracketSpacing: true,
arrowParens: "always",
};