UNPKG

es-create-array-iterator

Version:
37 lines (33 loc) 553 B
{ "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, }, }, ], }