We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca47e8d commit 42c03b6Copy full SHA for 42c03b6
lib/utils.js
@@ -74,7 +74,7 @@ const formatPathsArrayToIgnore = paths =>
74
* @public
75
*/
76
77
-const setConfigDefaults = config => Object.assign({}, {
+const setConfigDefaults = config => Object.assign({
78
'ignore': DEFAULT_CONFIG_IGNORE_PATHS,
79
'parser': DEFAULT_CONFIG_PARSER,
80
'plugin': DEFAULT_CONFIG_PLUGIN
0 commit comments