arraybuffer.prototype.transfer
Version:
ES Proposal spec-compliant shim for ArrayBuffer.prototype.transfer
33 lines (29 loc) • 473 B
Plain Text
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"ArrayBufferCopyAndDetach",
"DetachArrayBuffer",
"GetIntrinsic",
"IsDetachedBuffer",
"IsFixedLengthArrayBuffer",
"ToIndex",
],
}],
},
"overrides": [
{
"files": "test/**",
"globals": {
"Uint8Array": false,
},
"rules": {
"max-lines-per-function": "off",
},
},
],
}