fix: vsh lint
parent
6acfee2737
commit
16da0eaca3
|
|
@ -31,7 +31,7 @@ async function runLint({ format }: LintCommandOptions) {
|
||||||
execaCommand(`oxfmt .`, {
|
execaCommand(`oxfmt .`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
}),
|
}),
|
||||||
execaCommand(`oxlint . --type-aware`, {
|
execaCommand(`oxlint .`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
}),
|
}),
|
||||||
execaCommand(`eslint . --cache`, {
|
execaCommand(`eslint . --cache`, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue