Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kowalski committed Sep 19, 2023
1 parent 6da33c3 commit 0dc74cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If you have a well-thought-out and proven project structure and want to share it
├── 📄 index.tsx
└── 📂 components
├── ...
└── 📄 ComponentName.ts
└── 📄 ComponentName.tsx
```

```jsonc
Expand All @@ -121,7 +121,7 @@ If you have a well-thought-out and proven project structure and want to share it
"children": [
{
"name": "/^${{PascalCase}}$/",
"extension": "ts"
"extension": "tsx"
}
]
}
Expand All @@ -147,7 +147,7 @@ structure:
- name: components
children:
- name: "/^${{PascalCase}}$/"
extension: ts
extension: tsx
- extension: "*"
```
Expand Down

0 comments on commit 0dc74cf

Please sign in to comment.