mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-22 22:16:18 +08:00
feat: add eslint-plugin-turbo
This commit is contained in:
@@ -14,7 +14,7 @@ async function runLint({ format }: LintCommandOptions) {
|
||||
if (format) {
|
||||
await $`stylelint "**/*.{vue,css,less.scss}" --cache --fix`;
|
||||
await $`eslint . --cache --fix`;
|
||||
await $`prettier . --write --cache`;
|
||||
await $`prettier . --write --cache --log-level warn`;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user