This commit is contained in:
2024-12-02 02:16:00 +05:00
commit 2debea82f9
693 changed files with 103427 additions and 0 deletions

16
noviews/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,
},
}