Explorar el Código

fix: vsh lint

xingyu4j hace 3 meses
padre
commit
16da0eaca3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`, {