first commit

This commit is contained in:
2023-05-19 08:22:53 +02:00
commit 8891d29a27
454 changed files with 66275 additions and 0 deletions

11
app/node_modules/side-channel/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}