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:
@@ -1,4 +1,7 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
import type { LogOption } from 'src/types/logs.js';
|
||||
export const parseCcshareId: (resume: string) => string | null = () => null;
|
||||
export const loadCcshare: (ccshareId: string) => Promise<LogOption> = async () => { throw new Error('ccshare not implemented'); };
|
||||
import type { LogOption } from 'src/types/logs.js'
|
||||
export const parseCcshareId: (resume: string) => string | null = () => null
|
||||
export const loadCcshare: (ccshareId: string) => Promise<LogOption> =
|
||||
async () => {
|
||||
throw new Error('ccshare not implemented')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user