From e0339993aeae97e0ce77ffa430214b64007b9f6f Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Fri, 18 Apr 2025 10:53:16 -0400 Subject: Initial auto-fixing of linting errors. - This is the result of runing `npm lint -- -fix` --- packages/cli/src/utils/getFolderStructure.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/utils/getFolderStructure.ts') diff --git a/packages/cli/src/utils/getFolderStructure.ts b/packages/cli/src/utils/getFolderStructure.ts index 5c26f400..d1e780a8 100644 --- a/packages/cli/src/utils/getFolderStructure.ts +++ b/packages/cli/src/utils/getFolderStructure.ts @@ -61,7 +61,7 @@ async function readFullStructure( const name = path.basename(folderPath); // Initialize with isIgnored: false const folderInfo: Omit = { - name: name, + name, path: folderPath, files: [], subFolders: [], -- cgit v1.2.3