Added yarn, bun and pnpm config; Added eslint and prettier; Refactored Type import; Updated Version;

This commit is contained in:
Lechner Julian - FrauJulian
2025-10-10 17:52:56 +02:00
parent af7a7e266f
commit 7412182b02
19 changed files with 15801 additions and 807 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
npm run format || exit 1
npm run lint:fix || exit 1