From a2ebbd4a7edcedf716f86a8efb99df880e5e6bb9 Mon Sep 17 00:00:00 2001 From: Wallef Reis Borges Date: Wed, 16 Oct 2019 15:00:02 +0100 Subject: [PATCH] fixing linting warnings --- README.md | 2 +- jest-test.config.js | 2 +- server.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2120e4..4cd7dda 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # FAQs -## TODO \ No newline at end of file +## TODO diff --git a/jest-test.config.js b/jest-test.config.js index 342685c..220e31c 100644 --- a/jest-test.config.js +++ b/jest-test.config.js @@ -16,4 +16,4 @@ module.exports = { '/node_modules/', '/__tests__/fixtures/', ] -} \ No newline at end of file +} diff --git a/server.js b/server.js index bbc9627..0b39b94 100644 --- a/server.js +++ b/server.js @@ -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}...`)) \ No newline at end of file +app.listen(process.env.SERVER_PORT, () => console.log(`Server running on ${process.env.SERVER_PORT}...`))