From ca41b142457d06cacbfb085e59b9798bb0a1fdad Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 4 Jan 2025 13:52:01 +0800 Subject: [PATCH] style: lint fix --- plugin/src/core/resolvePluginOptions.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin/src/core/resolvePluginOptions.ts b/plugin/src/core/resolvePluginOptions.ts index f79df81..67389c8 100644 --- a/plugin/src/core/resolvePluginOptions.ts +++ b/plugin/src/core/resolvePluginOptions.ts @@ -93,13 +93,13 @@ export function resolvePluginOptions({ priority, build: build ? Object.assign( - { - serverPort: 8080, - dist: 'mockServer', - log: 'error', - }, - typeof build === 'object' ? build : {}, - ) + { + serverPort: 8080, + dist: 'mockServer', + log: 'error', + }, + typeof build === 'object' ? build : {}, + ) : false, proxies, wsProxies,