This commit is contained in:
dap
2024-10-19 09:46:56 +08:00
46 changed files with 77 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/turbo-run",
"version": "5.4.0",
"version": "5.4.1",
"private": true,
"license": "MIT",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/vsh",
"version": "5.4.0",
"version": "5.4.1",
"private": true,
"license": "MIT",
"type": "module",

View File

@@ -143,15 +143,15 @@ function printResult(
break;
}
case 'suggestion': {
suggestionsCount++;
break;
}
case 'warning': {
warningCount++;
break;
}
case 'suggestion': {
suggestionsCount++;
break;
}
// No default
}
const ruleUrl = `https://publint.dev/rules#${message.code.toLocaleLowerCase()}`;