mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -69,7 +69,7 @@ function convertPluginHooksToMatchers(
|
||||
continue
|
||||
}
|
||||
|
||||
for (const matcher of (matchers ?? [])) {
|
||||
for (const matcher of matchers ?? []) {
|
||||
if (matcher.hooks.length > 0) {
|
||||
pluginMatchers[hookEvent].push({
|
||||
matcher: matcher.matcher,
|
||||
|
||||
Reference in New Issue
Block a user