feat: tsgolint

This commit is contained in:
xingyu4j
2026-03-13 23:13:10 +08:00
parent 68cde54bad
commit 395babc1f5
10 changed files with 12 additions and 7 deletions

View File

@@ -49,8 +49,10 @@ async function viteExtraAppConfigPlugin({
console.log(colors.cyan(`✨configuration file is build successfully!`));
} catch (error) {
// oxlint-disable-next-line no-console
console.log(
colors.red(
// oxlint-disable-next-line typescript/restrict-template-expressions
`configuration file configuration file failed to package:\n${error}`,
),
);