eslint - fix linting issues

This commit is contained in:
Benjamin Pasero
2020-07-21 07:46:09 +02:00
parent 3c4a261d5f
commit dc333833e9
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ function withNodeDefaults(/**@type WebpackConfig*/extConfig) {
};
return merge(defaultConfig, extConfig);
};
}
function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
@@ -135,7 +135,7 @@ function withBrowserDefaults(/**@type WebpackConfig*/extConfig) {
};
return merge(defaultConfig, extConfig);
};
}
module.exports = withNodeDefaults;