feat: Feature/pro docs (#70)
* chore: merge main * feat: update docs * feat: remove coze-assistant * feat: add watermark plugin * feat: update preferences * feat: update docs --------- Co-authored-by: vince <vince292007@gmail.com>
This commit is contained in:
@@ -11,13 +11,14 @@ interface LintCommandOptions {
|
||||
|
||||
async function runLint({ format }: LintCommandOptions) {
|
||||
process.env.FORCE_COLOR = '3';
|
||||
|
||||
if (format) {
|
||||
await $`stylelint "**/*.{vue,css,less.scss}" --cache --fix`;
|
||||
await $`eslint . --cache --fix`;
|
||||
await $`prettier . --write --cache --log-level warn`;
|
||||
return;
|
||||
}
|
||||
|
||||
$.verbose = true;
|
||||
await Promise.all([
|
||||
$`eslint . --cache`,
|
||||
// $`ls-lint`,
|
||||
|
Reference in New Issue
Block a user