Initial commit

This commit is contained in:
2023-12-04 14:33:09 +07:00
commit cd4d75d0c4
274 changed files with 39819 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"arrowParens": "always",
"semi": false,
"endOfLine": "auto",
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}