From 8b52f1ae051a0f35e4f0121793aa4c2186b251ca Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Wed, 27 Jul 2016 12:13:40 +0200 Subject: [PATCH] fix(eslint): resolve import/newline-after-import error --- examples/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/app.js b/examples/app.js index 12b7eb0..803deaf 100644 --- a/examples/app.js +++ b/examples/app.js @@ -2,6 +2,7 @@ 'use strict'; const express = require('express'); + const app = module.exports = express(); const JSONStream = require('JSONStream');