chore: eslint setup

This commit is contained in:
2025-11-13 07:51:52 +01:00
parent f82d41f1c3
commit 5e95be1307
8 changed files with 2320 additions and 53 deletions

View File

@@ -1,8 +1,6 @@
<script setup lang="ts">
import Background from "./Background.vue";
import Buttons from "./Buttons/Buttons.vue";
const selectedButton: "game" | "pictochat" | "downloadPlay" = "game";
</script>
<template>