Fix all ESLint errors across project

This commit is contained in:
2026-05-25 00:55:16 +02:00
parent 6608d771a2
commit 47e7924a49
8 changed files with 31 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ Live-Überwachung von Lara Kiesewetters Partien bei der **ODJM (Offene Deutsche
## Projektstruktur
```
```text
├── app.js # Hauptlogik (Brett, UI, Auto-Refresh)
├── index.html # HTML-Grundgerüst
├── style.css # Dark-Theme-Styling
@@ -42,7 +42,7 @@ Live-Überwachung von Lara Kiesewetters Partien bei der **ODJM (Offene Deutsche
Der Server läuft auf `http://localhost:8111`.
2. **Öffne die App im Browser:**
```
```text
http://localhost:8111
```
(Der Server serviert auch die statischen Dateien.)