mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
chore: vsh lint
This commit is contained in:
@@ -16,10 +16,10 @@ async function runLint({ format }: LintCommandOptions) {
|
||||
await execaCommand(`stylelint "**/*.{vue,css,less,scss}" --cache --fix`, {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
await execaCommand(`oxfmt .`, {
|
||||
await execaCommand(`oxfmt`, {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
await execaCommand(`oxlint . --fix`, {
|
||||
await execaCommand(`oxlint --fix`, {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
await execaCommand(`eslint . --cache --fix`, {
|
||||
@@ -28,10 +28,10 @@ async function runLint({ format }: LintCommandOptions) {
|
||||
return;
|
||||
}
|
||||
await Promise.all([
|
||||
execaCommand(`oxfmt . --check`, {
|
||||
execaCommand(`oxfmt --check`, {
|
||||
stdio: 'inherit',
|
||||
}),
|
||||
execaCommand(`oxlint .`, {
|
||||
execaCommand(`oxlint`, {
|
||||
stdio: 'inherit',
|
||||
}),
|
||||
execaCommand(`eslint . --cache`, {
|
||||
|
||||
Reference in New Issue
Block a user