Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorkowalski94 committed Aug 31, 2024
1 parent 45c075d commit d25e3b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/project-structure-folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const folderStructureConfig = createFolderStructure({
children: [
// src/index.tsx
{ name: "index.tsx" },

// src/components/ComponentName.tsx
{ name: "components", children: [{ name: "{PascalCase}.tsx" }] },
],
Expand Down Expand Up @@ -243,6 +244,7 @@ export const folderStructureConfig = createFolderStructure({
// src/hooks/useComplexGlobalHook/...
// src/hooks/...
{ ruleId: "hooks_folder" },

// src/components/ParentComponent/...
{ ruleId: "components_folder" },
],
Expand Down

0 comments on commit d25e3b8

Please sign in to comment.