es-aggregate-error
Version:
ES Proposal spec-compliant shim for AggregateError
22 lines (19 loc) • 359 B
Plain Text
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 1,
"max-lines-per-function": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"AggregateError",
"CreateDataPropertyOrThrow",
"CreateNonEnumerableDataPropertyOrThrow",
"GetIntrinsic",
"GetIterator",
"IteratorToList",
"OrdinarySetPrototypeOf",
],
}],
},
}