mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
fix: lint error
This commit is contained in:
@@ -87,7 +87,7 @@ async function runPublint(files: string[], { check }: PubLintCommandOptions) {
|
||||
|
||||
const publintResult: Result =
|
||||
cache?.[file]?.hash === hash
|
||||
? cache?.[file]?.result ?? []
|
||||
? (cache?.[file]?.result ?? [])
|
||||
: await publint({
|
||||
level: 'suggestion',
|
||||
pkgDir: dirname(file),
|
||||
|
||||
Reference in New Issue
Block a user