Skip to content

Commit e34e692

Browse files
more descriptive folder structure for src
1 parent b72c06a commit e34e692

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

rfcs/shared/build-system/07-standard-package-structure-for-v9.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ The proposed folder organization can be seen below:
1717
```
1818
|- docs/
1919
|- assets/
20-
|- migration.md
21-
|- spec.md
20+
|- MIGRATION.md
21+
|- SPEC.md
2222
|- stories/
2323
|- assets/
24-
|- component stories
24+
|- {componentName}/ //story files
2525
|- e2e/
2626
|- assets/
2727
|- e2e tests
2828
|- src/
29-
|- implementation files
30-
|- test files
29+
|- common/
30+
|- components/ //implementation and test files
31+
|- index.ts
32+
|- {componentName}.ts
3133
CHANGELOG.json
3234
CHANGELOG.md
3335
package.json

0 commit comments

Comments
 (0)