Skip to content

Commit

Permalink
fix(eslint): resolve import/newline-after-import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jul 27, 2016
1 parent d46874f commit 8b52f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'use strict';

const express = require('express');

const app = module.exports = express();

const JSONStream = require('JSONStream');
Expand Down

0 comments on commit 8b52f1a

Please sign in to comment.