es-create-array-iterator
Version:
EcmaScript's CreateArrayIterator abstract operation
37 lines (33 loc) • 553 B
Plain Text
{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": [2, 11],
"new-cap": [2, {
"capIsNewExceptions": [
"CreateArrayIterator",
"CreateIterResultObject",
"CreateMethodProperty",
"DefinePropertyOrThrow",
"Get",
"GetIntrinsic",
"HasOwnProperty",
"IsCallable",
"OrdinaryObjectCreate",
"ToLength",
"ToString",
"Type",
],
}],
"id-length": 0,
"max-statements": [2, 20],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
}