build 0001

This commit is contained in:
Hell13Cat
2023-03-15 23:12:23 +03:00
parent 52379174ea
commit 485136abdc
44 changed files with 31247 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"preset": "airbnb",
"validateIndentation": 4,
"disallowTrailingComma": true,
"requireTrailingComma": false,
"excludeFiles": ["node_modules/**"]
}