diff --git a/scripts/vsh/src/lint/index.ts b/scripts/vsh/src/lint/index.ts index 848fb8bc3..b9667eac5 100644 --- a/scripts/vsh/src/lint/index.ts +++ b/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`, {