Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonnet committed Aug 19, 2020
1 parent 40427f2 commit a7c6d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MockSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ export class MockSocket extends Duplex {
return this
}
}

2 changes: 2 additions & 0 deletions src/onUpgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const EMPTY_RESPONSE = {
writableEnded: true,
writableFinished: true,

/* eslint-disable no-unused-vars */
addTrailers(headers) {},
end(data, encoding, callback) {},
flushHeaders() {},
Expand All @@ -73,4 +74,5 @@ const EMPTY_RESPONSE = {
write(chunk, encoding, callback) {},
writeContinue() {},
writeProcessing() {},
/* eslint-enable no-unused-vars */
}

0 comments on commit a7c6d9e

Please sign in to comment.