From b80ee8d7786272e1070668c31bb92ece99601b65 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> Date: Sat, 9 Dec 2017 02:34:33 +0100 Subject: [PATCH] Make the linter happy :) --- server/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/config.js b/server/config.js index 55561afc..7f4b2d03 100644 --- a/server/config.js +++ b/server/config.js @@ -15,9 +15,9 @@ const conf = convict({ env: 'REDIS_HOST' }, listen_address: { - format: "ipaddress", - default: "127.0.0.1", - env: "IP_ADDRESS" + format: 'ipaddress', + default: '127.0.0.1', + env: 'IP_ADDRESS' }, listen_port: { format: 'port',