Skip to content

Commit c1cf0fe

Browse files
committed
Missed some edits for lesson14 update
1 parent b13eeb8 commit c1cf0fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lessons/14-whats-next/modules/Repos.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from 'react'
2-
import NavLink from './NavLink'
1+
import React from 'react';
2+
import NavLink from './NavLink';
33

44
class Repos extends React.Component {
55

lessons/14-whats-next/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ function renderPage(appHtml) {
4444

4545
let PORT = process.env.PORT || 8080;
4646
app.listen(PORT, function() {
47-
/* eslint no-console: 0 */
47+
/* eslint-disable no-console */
4848
console.log('Production Express server running at localhost:' + PORT);
4949
});

0 commit comments

Comments
 (0)