We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdb28e commit 15b7f75Copy full SHA for 15b7f75
test/common/dns.js
@@ -39,7 +39,7 @@ function readDomainFromPacket(buffer, offset) {
39
} else {
40
// Pointer to another part of the packet.
41
assert.strictEqual(length & 0xC0, 0xC0);
42
- // eslint-disable-next-line
+ // eslint-disable-next-line space-infix-ops, space-unary-ops
43
const pointeeOffset = buffer.readUInt16BE(offset) &~ 0xC000;
44
return {
45
nread: 2,
0 commit comments