diff --git a/BEDIENUNGSANLEITUNG.md b/BEDIENUNGSANLEITUNG.md index a4360eb..cd41a7c 100644 --- a/BEDIENUNGSANLEITUNG.md +++ b/BEDIENUNGSANLEITUNG.md @@ -317,3 +317,9 @@ Algorithmen mit besonderen Eigenschaften oder Anwendungsfällen. ## Lizenz Dieses Projekt ist eine Open-Source-Lehr- und Lernressource. + +--- + +## Autor + +© 2026 Dieter Schlüter diff --git a/README.md b/README.md index ffd68ac..7465c7f 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,9 @@ README.md # Dieses Dokument - **Keine externen Abhängigkeiten** — läuft offline - **Externe CDN** (optional, für Icons): Lucide Icons, Tailwind CSS - **Version** — wird automatisch via `pre-commit`-Hook erhöht + +--- + +## Autor + +© 2026 Dieter Schlüter diff --git a/eslint.config.js b/eslint.config.js deleted file mode 100644 index 9913593..0000000 --- a/eslint.config.js +++ /dev/null @@ -1,23 +0,0 @@ -import js from '@eslint/js'; -import globals from 'globals'; - -export default [ - js.configs.recommended, - { - languageOptions: { - globals: { - ...globals.browser, - ...globals.node, - }, - ecmaVersion: 2022, - sourceType: 'module', - }, - rules: { - 'no-var': 'error', - 'no-unused-vars': ['warn', { args: 'none' }], - 'semi': ['error', 'always'], - 'no-console': 'off', - 'no-constant-condition': 'off', - }, - }, -]; diff --git a/sorting_visualization.html b/sorting_visualization.html index 81e0015..bdc188a 100644 --- a/sorting_visualization.html +++ b/sorting_visualization.html @@ -204,7 +204,7 @@

- Sortier-Algorithmen v0.2.17 + Sortier-Algorithmen v0.2.18

Interaktive Visualisierung mit schrittweiser Animation