Skip to content

Commit 6ff7c0c

Browse files
committed
- disabling linting rule
1 parent 9e5a920 commit 6ff7c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ createDatabase();
88
app.set('port', process.env.PORT || 3000);
99

1010
const server = app.listen(app.get('port'), () => {
11+
// eslint-disable-next-line no-console
1112
console.log('Express server listening on port ' + server.address().port);
1213
});

0 commit comments

Comments
 (0)