Skip to content

Commit

Permalink
Disable lint on missing module since the file is not included
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Dec 27, 2019
1 parent 89b451e commit 6168f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pg/lib/connection-fast.js
Expand Up @@ -12,6 +12,7 @@ var EventEmitter = require('events').EventEmitter
var util = require('util')

var Writer = require('buffer-writer')
// eslint-disable-next-line
var PacketStream = require('pg-packet-stream')

var TEXT_MODE = 0
Expand Down

0 comments on commit 6168f2e

Please sign in to comment.