chore: lint config

This commit is contained in:
xingyu4j
2026-03-13 22:12:15 +08:00
parent ffee62e940
commit 748f60c7bb
4 changed files with 9 additions and 7 deletions

View File

@@ -28,10 +28,13 @@ async function runLint({ format }: LintCommandOptions) {
return;
}
await Promise.all([
execaCommand(`eslint . --cache`, {
execaCommand(`oxfmt --check .`, {
stdio: 'inherit',
}),
execaCommand(`oxfmt --check .`, {
execaCommand(`oxlint . --fix`, {
stdio: 'inherit',
}),
execaCommand(`eslint . --cache`, {
stdio: 'inherit',
}),
execaCommand(`stylelint "**/*.{vue,css,less,scss}" --cache`, {