瀏覽代碼

fix: vsh lint

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

+ 1 - 1
scripts/vsh/src/lint/index.ts

@@ -31,7 +31,7 @@ async function runLint({ format }: LintCommandOptions) {
     execaCommand(`oxfmt .`, {
       stdio: 'inherit',
     }),
-    execaCommand(`oxlint . --type-aware`, {
+    execaCommand(`oxlint .`, {
       stdio: 'inherit',
     }),
     execaCommand(`eslint . --cache`, {