From 4da68597f701376307fe8849ed57edd3a80833ed Mon Sep 17 00:00:00 2001
From: Sheogorath
Date: Fri, 31 May 2019 00:27:56 +0200
Subject: Fix eslint warnings

Since we are about to release it's time to finally fix our linting. This
patch basically runs eslint --fix and does some further manual fixes.
Also it sets up eslint to fail on every warning on order to make
warnings visable in the CI process.

There should no functional change be introduced.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
---
 lib/web/auth/github/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/web/auth/github')

diff --git a/lib/web/auth/github/index.js b/lib/web/auth/github/index.js
index ece634ba..afa5fa31 100644
--- a/lib/web/auth/github/index.js
+++ b/lib/web/auth/github/index.js
@@ -5,7 +5,7 @@ const passport = require('passport')
 const GithubStrategy = require('passport-github').Strategy
 const config = require('../../../config')
 const response = require('../../../response')
-const {setReturnToFromReferer, passportGeneralCallback} = require('../utils')
+const { setReturnToFromReferer, passportGeneralCallback } = require('../utils')
 
 let githubAuth = module.exports = Router()
 
-- 
cgit v1.2.3