updating nuxt and fixing errors

This commit is contained in:
2023-09-01 22:21:38 +02:00
parent 13af88dd7c
commit 0ce808ac19
20 changed files with 177 additions and 272 deletions

20
.vscode/settings.json vendored
View File

@@ -1,4 +1,5 @@
{
// TailwindCSS
"files.associations": {
"*.css": "tailwindcss"
},
@@ -13,5 +14,24 @@
"tailwindCSS.classAttributes": [
"class",
"ui"
],
// Prettier & ESLint
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"markdown",
"json",
"jsonc",
"yaml"
]
}