Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Logikgate committed Oct 29, 2019
1 parent e20697c commit 736833f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config.js
Original file line number Diff line number Diff line change
@@ -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)
})()

0 comments on commit 736833f

Please sign in to comment.