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

@@ -11,7 +11,7 @@ const showStats = ref(false);
}"
>
<div :style="{ display: 'flex', alignItems: 'center', gap: '4px' }">
<input id="statsCheckbox" type="checkbox" v-model="showStats" />
<input id="statsCheckbox" v-model="showStats" type="checkbox" />
<label for="statsCheckbox">Stats</label>
</div>