Skip to content

Commit 2e7518a

Browse files
authored
Make eslint happy
1 parent 074e7ae commit 2e7518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/processPlugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function(plugins, config) {
2626
const applyConfiguredPrefix = selector => {
2727
return prefixSelector(config.prefix, selector)
2828
}
29-
const getConfigValue = (path, defaultValue) => path ? _.get(config, path, defaultValue) : config
29+
const getConfigValue = (path, defaultValue) => (path ? _.get(config, path, defaultValue) : config)
3030

3131
plugins.forEach(plugin => {
3232
if (plugin.__isOptionsFunction) {

0 commit comments

Comments
 (0)