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

24
ADF/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",
},
},
],
}