mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
eslint - fix linting issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user