Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorkowalski94 committed Aug 29, 2024
1 parent f33a757 commit 9fc4bed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/project-structure-folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ export const folderStructureConfig = createFolderStructure({
{
name: "src",
children: [
// src/index.tsx
{ name: "index.tsx" },
// src/components/ComponentName.tsx
{ name: "components", children: [{ name: "{PascalCase}.tsx" }] },
],
},
Expand Down Expand Up @@ -266,8 +268,8 @@ export const folderStructureConfig = createFolderStructure({
},

// hooks/useHookName1/... All files and folders of the hook_folder rule.
// hooks/useHookName2.ts
// hooks/useHookName2.test.ts
// hooks/useHookName2.ts
hooks_folder: {
name: "hooks",
children: [
Expand Down

0 comments on commit 9fc4bed

Please sign in to comment.