chore(FEEDBACK-0001): linting
This commit is contained in:
@@ -52,7 +52,9 @@ async function cleanupTempRepo(root: string): Promise<void> {
|
||||
let root: string = '';
|
||||
const crawler = new LocalCrawler();
|
||||
|
||||
async function crawlRoot(opts: Partial<LocalCrawlOptions> = {}): Promise<ReturnType<LocalCrawler['crawl']>> {
|
||||
async function crawlRoot(
|
||||
opts: Partial<LocalCrawlOptions> = {}
|
||||
): Promise<ReturnType<LocalCrawler['crawl']>> {
|
||||
return crawler.crawl({ rootPath: root, ...opts });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user