mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 15:55:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1442,10 +1442,7 @@ export function isMemoryFilePath(filePath: string): boolean {
|
||||
}
|
||||
|
||||
// .md files in .claude/rules/ directories
|
||||
if (
|
||||
name.endsWith('.md') &&
|
||||
normalizedPath.includes('/.claude/rules/')
|
||||
) {
|
||||
if (name.endsWith('.md') && normalizedPath.includes('/.claude/rules/')) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user