oh I started making a chat thungy

This commit is contained in:
2024-12-23 15:29:57 +00:00
parent 7e58876b9b
commit 26436b6bc3
613 changed files with 66380 additions and 8 deletions

16
chat/node_modules/es-object-atoms/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": ["error", "allow-null"],
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
"ToObject",
],
}],
},
}