First Push

This commit is contained in:
2022-11-02 22:16:03 -04:00
commit 8a635f669d
2054 changed files with 307783 additions and 0 deletions

19
node_modules/define-properties/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 35 }],
"max-params": [2, 4],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
}