UNPKG

safe-array-concat

Version:

`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable

16 lines (13 loc) 201 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "max-lines-per-function": "off", "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, }