eslint: trailing comma fixes, unused var
This commit is contained in:
@@ -89,7 +89,7 @@ module.exports = merge(sharedConfig, {
|
||||
watchOptions: Object.assign(
|
||||
{},
|
||||
settings.dev_server.watch_options,
|
||||
watchOptions
|
||||
watchOptions,
|
||||
),
|
||||
serveIndex: true,
|
||||
proxy: makeProxyConfig(),
|
||||
|
||||
Reference in New Issue
Block a user