We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13eeb8 commit c1cf0feCopy full SHA for c1cf0fe
lessons/14-whats-next/modules/Repos.js
@@ -1,5 +1,5 @@
1
-import React from 'react'
2
-import NavLink from './NavLink'
+import React from 'react';
+import NavLink from './NavLink';
3
4
class Repos extends React.Component {
5
lessons/14-whats-next/server.js
@@ -44,6 +44,6 @@ function renderPage(appHtml) {
44
45
let PORT = process.env.PORT || 8080;
46
app.listen(PORT, function() {
47
- /* eslint no-console: 0 */
+ /* eslint-disable no-console */
48
console.log('Production Express server running at localhost:' + PORT);
49
});
0 commit comments