From 924bda82d53a3aa4087a273a413c7ff5c8a38825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 25 Apr 2020 10:26:51 +0100 Subject: [PATCH] Use object shorthand for properties --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4c80841..29273d9 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ module.exports.load = function (opts, cb) { if (opts.ignore) ignore = ignore.concat(opts.ignore) var deglobOpts = { - ignore: ignore, + ignore, cwd: opts.cwd || process.cwd(), useGitIgnore: true, usePackageJson: true,