feat: tsgolint

This commit is contained in:
xingyu4j
2026-03-13 23:13:10 +08:00
parent 68cde54bad
commit 395babc1f5
10 changed files with 12 additions and 7 deletions

View File

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