From 299b795f8ab9c21db96c6ecf2719eaadec8b200f Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 9 Nov 2018 23:15:09 +0100 Subject: [PATCH] chore: fix linting License: MIT Signed-off-by: Jacob Heun --- test/listen-dial.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/listen-dial.js b/test/listen-dial.js index 092745c..3013051 100644 --- a/test/listen-dial.js +++ b/test/listen-dial.js @@ -1,4 +1,5 @@ /* eslint-env mocha */ +/* eslint max-nested-callbacks: ["error", 5] */ 'use strict' const pull = require('pull-stream')