xingyu4j 3 hónapja
szülő
commit
16da0eaca3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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`, {