mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-12 06:02:12 +08:00
fix: vsh lint
This commit is contained in:
@@ -22,9 +22,6 @@ async function runLint({ format }: LintCommandOptions) {
|
|||||||
await execaCommand(`oxlint . --fix`, {
|
await execaCommand(`oxlint . --fix`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
});
|
});
|
||||||
await execaCommand(`oxlint . --type-aware --fix`, {
|
|
||||||
stdio: 'inherit',
|
|
||||||
});
|
|
||||||
await execaCommand(`eslint . --cache --fix`, {
|
await execaCommand(`eslint . --cache --fix`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
});
|
});
|
||||||
@@ -34,9 +31,6 @@ async function runLint({ format }: LintCommandOptions) {
|
|||||||
execaCommand(`oxfmt .`, {
|
execaCommand(`oxfmt .`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
}),
|
}),
|
||||||
execaCommand(`oxlint .`, {
|
|
||||||
stdio: 'inherit',
|
|
||||||
}),
|
|
||||||
execaCommand(`oxlint . --type-aware`, {
|
execaCommand(`oxlint . --type-aware`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user