added initial files

This commit is contained in:
2025-07-31 00:48:48 +02:00
parent 411cc26582
commit 2a3dc51ce9
193 changed files with 110293 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"trailingComma": "none",
"endOfLine": "auto",
"tabWidth": 2,
"singleQuote": true,
"arrow-parens": "off",
"consistent-return": "off",
"comma-dangle": "off",
"no-underscore-dangle": "off",
"generator-star-spacing": "off",
"no-shadow": "off",
"no-console": "off",
"no-use-before-define": "off",
"no-multi-assign": "off",
"arrowParens": "avoid"
}