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

11
node_modules/has-symbols/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}