a lot of changes

This commit is contained in:
2023-10-22 22:39:45 +03:00
parent 6fbf9596b7
commit 30228b54ae
739 changed files with 105543 additions and 1 deletions

24
node_modules/define-data-property/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": 0,
"id-length": 0,
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": "off",
},
},
],
}