fix: vsh lint

pull/336/head
xingyu4j 2026-03-13 23:31:19 +08:00
parent 6acfee2737
commit 16da0eaca3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ async function runLint({ format }: LintCommandOptions) {
execaCommand(`oxfmt .`, {
stdio: 'inherit',
}),
execaCommand(`oxlint . --type-aware`, {
execaCommand(`oxlint .`, {
stdio: 'inherit',
}),
execaCommand(`eslint . --cache`, {