chore: vsh lint

This commit is contained in:
xingyu4j
2026-03-13 23:41:17 +08:00
parent 16da0eaca3
commit 7b064e9f33
2 changed files with 1 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ async function runLint({ format }: LintCommandOptions) {
return;
}
await Promise.all([
execaCommand(`oxfmt .`, {
execaCommand(`oxfmt . --check`, {
stdio: 'inherit',
}),
execaCommand(`oxlint .`, {