瀏覽代碼

fix: lint

xingyu4j 3 月之前
父節點
當前提交
5df6c32d04
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/vsh/src/publint/index.ts

+ 1 - 0
scripts/vsh/src/publint/index.ts

@@ -168,6 +168,7 @@ function printResult(
         `${UNICODE.FAILURE} ${totalCount} problem (${errorCount} errors, ${warningCount} warnings, ${suggestionsCount} suggestions)`,
       ),
     );
+    // oxlint-disable-next-line no-unused-expressions
     !check && process.exit(1);
   } else {
     consola.log(colors.green(`${UNICODE.SUCCESS} No problem`));