From 29b8334b060dc0c05a509d523ead4b3a30229fef Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 5 Sep 2019 11:22:49 +0200 Subject: Add eslint --- config/session.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'config/session.js') diff --git a/config/session.js b/config/session.js index f49b9b7..bce28bd 100644 --- a/config/session.js +++ b/config/session.js @@ -1,6 +1,5 @@ -'use strict' -const Env = use('Env') +const Env = use('Env'); module.exports = { /* @@ -65,7 +64,7 @@ module.exports = { cookie: { httpOnly: true, path: '/', - sameSite: false + sameSite: false, }, /* @@ -78,7 +77,7 @@ module.exports = { | */ file: { - location: 'sessions' + location: 'sessions', }, /* @@ -94,6 +93,6 @@ module.exports = { port: 6379, password: null, db: 0, - keyPrefix: '' - } -} + keyPrefix: '', + }, +}; -- cgit v1.2.3-54-g00ecf