xingyu4j пре 3 месеци
родитељ
комит
6acfee2737
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      scripts/vsh/src/lint/index.ts

+ 0 - 6
scripts/vsh/src/lint/index.ts

@@ -22,9 +22,6 @@ async function runLint({ format }: LintCommandOptions) {
     await execaCommand(`oxlint . --fix`, {
       stdio: 'inherit',
     });
-    await execaCommand(`oxlint . --type-aware --fix`, {
-      stdio: 'inherit',
-    });
     await execaCommand(`eslint . --cache --fix`, {
       stdio: 'inherit',
     });
@@ -34,9 +31,6 @@ async function runLint({ format }: LintCommandOptions) {
     execaCommand(`oxfmt .`, {
       stdio: 'inherit',
     }),
-    execaCommand(`oxlint .`, {
-      stdio: 'inherit',
-    }),
     execaCommand(`oxlint . --type-aware`, {
       stdio: 'inherit',
     }),