From 736833fb3f3eaa9d672dacfa4f0abf85a6d74680 Mon Sep 17 00:00:00 2001 From: logikgate Date: Tue, 29 Oct 2019 10:23:04 -0400 Subject: [PATCH] Linting --- config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.js b/config.js index 7095e74..115dc5d 100644 --- a/config.js +++ b/config.js @@ -1,12 +1,12 @@ (function () { - const dotenvExpand = require('./lib/main'); - const env = require('dotenv').config( - Object.assign( - {}, - require('dotenv/lib/env-options'), - require('dotenv/lib/cli-options')(process.argv) - ) + const dotenvExpand = require('./lib/main') + const env = require('dotenv').config( + Object.assign( + {}, + require('dotenv/lib/env-options'), + require('dotenv/lib/cli-options')(process.argv) ) + ) - return dotenvExpand(env) - })() + return dotenvExpand(env) +})()