소스 검색

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`, {