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

11
ADF/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,
}
}