This commit is contained in:
fencl
2024-01-02 12:41:36 +01:00
parent 7c0ef82d06
commit 934164544e
477 changed files with 63523 additions and 18 deletions

16
ADF/node_modules/call-bind/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
"no-magic-numbers": 0,
},
}