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
+13
View File
@@ -0,0 +1,13 @@
{
"printWidth": 140,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"quoteProps": "as-needed",
"endOfLine": "crlf"
}