eslint: trailing comma fixes, unused var

This commit is contained in:
Alex Gleason
2020-10-07 13:08:36 -05:00
parent ed9988b350
commit 0bbdaa4191
52 changed files with 76 additions and 93 deletions

View File

@@ -89,7 +89,7 @@ module.exports = merge(sharedConfig, {
watchOptions: Object.assign(
{},
settings.dev_server.watch_options,
watchOptions
watchOptions,
),
serveIndex: true,
proxy: makeProxyConfig(),