Skip to content
Permalink
Browse files
fixing linting warnings
  • Loading branch information
reisborw committed Oct 16, 2019
1 parent f33738e commit a2ebbd4a7edcedf716f86a8efb99df880e5e6bb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,3 +1,3 @@
# FAQs

## TODO
## TODO
@@ -16,4 +16,4 @@ module.exports = {
'/node_modules/',
'/__tests__/fixtures/',
]
}
}
@@ -9,4 +9,4 @@ const app = new Koa()
app.use(Router.routes())
app.use(Router.allowedMethods())

app.listen(process.env.SERVER_PORT, () => console.log(`Server running on ${process.env.SERVER_PORT}...`))
app.listen(process.env.SERVER_PORT, () => console.log(`Server running on ${process.env.SERVER_PORT}...`))

0 comments on commit a2ebbd4

Please sign in to comment.