Lint code

This commit is contained in:
2025-09-04 16:24:42 +02:00
parent c665f5ea3d
commit 90b439e470
4 changed files with 6 additions and 8 deletions

View File

@@ -3,7 +3,5 @@
</script> </script>
<template> <template>
<div> <div />
</div>
</template> </template>

View File

@@ -1,6 +1,4 @@
{ {
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [ "references": [
{ {
"path": "./.nuxt/tsconfig.app.json" "path": "./.nuxt/tsconfig.app.json"
@@ -14,5 +12,7 @@
{ {
"path": "./.nuxt/tsconfig.node.json" "path": "./.nuxt/tsconfig.node.json"
} }
] ],
// https://nuxt.com/docs/guide/concepts/typescript
"files": []
} }