style: replace em dashes with hyphens throughout codebase
Replace all — with - in all source files (JS, CSS, HTML, JSON, Markdown) for consistency and readability. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Tests: Modal Utilities (wireBlurValidation, btnSuccess, btnError)
|
||||
* Modul: /public/components/modal.js
|
||||
* Läuft im Node-Kontext — die Utility-Funktionen greifen ausschließlich
|
||||
* Läuft im Node-Kontext - die Utility-Funktionen greifen ausschließlich
|
||||
* über ihre Parameter auf DOM-Objekte zu, daher kein DOM-Polyfill nötig.
|
||||
*/
|
||||
import { test } from 'node:test';
|
||||
|
||||
Reference in New Issue
Block a user