Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 8b52f1a

Browse files
author
Hans Kristian Flaatten
committed
fix(eslint): resolve import/newline-after-import error
1 parent d46874f commit 8b52f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'use strict';
33

44
const express = require('express');
5+
56
const app = module.exports = express();
67

78
const JSONStream = require('JSONStream');

0 commit comments

Comments
 (0)