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