This commit is contained in:
szabomarton
2025-01-28 11:38:27 +01:00
parent 9c5ca86086
commit 7f4a15b9c3
36841 changed files with 4032468 additions and 1 deletions

33
25_01_07/mai/node_modules/object.groupby/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"array-bracket-newline": "off",
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"CreateDataPropertyOrThrow",
"GroupBy",
"OrdinaryObjectCreate",
],
}],
},
"overrides": [
{
"files": "aos/*.js",
"rules": {
"max-statements": "off",
},
},
{
"files": "test/tests.js",
"rules": {
"max-lines-per-function": "off",
},
},
],
}