Skip to content

Commit 42c03b6

Browse files
committed
Removed extra empty object in setConfigDefaults method.
1 parent ca47e8d commit 42c03b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const formatPathsArrayToIgnore = paths =>
7474
* @public
7575
*/
7676

77-
const setConfigDefaults = config => Object.assign({}, {
77+
const setConfigDefaults = config => Object.assign({
7878
'ignore': DEFAULT_CONFIG_IGNORE_PATHS,
7979
'parser': DEFAULT_CONFIG_PARSER,
8080
'plugin': DEFAULT_CONFIG_PLUGIN

0 commit comments

Comments
 (0)