chore: update deps

This commit is contained in:
vben
2024-06-01 22:17:52 +08:00
parent c531f0c154
commit f7b97e8a83
47 changed files with 569 additions and 322 deletions

View File

@@ -15,7 +15,6 @@ async function runLint({ format }: LintCommandOptions) {
await $`stylelint "**/*.{vue,css,less.scss}" --cache --fix`;
await $`eslint . --cache --fix`;
await $`prettier . --write --cache`;
// await $`vsh publint --check`;
return;
}
@@ -24,7 +23,6 @@ async function runLint({ format }: LintCommandOptions) {
// $`ls-lint`,
$`prettier . --ignore-unknown --check --cache`,
$`stylelint "**/*.{vue,css,less.scss}" --cache`,
// $`vsh publint --check`,
]);
}