33 lines
898 B
Markdown
33 lines
898 B
Markdown
# Project Structure Reference
|
|
|
|
Configuration references and naming conventions for Grey Haven projects.
|
|
|
|
## Available References
|
|
|
|
### [file-naming.md](file-naming.md)
|
|
File naming conventions for both stacks.
|
|
- TypeScript/React conventions
|
|
- Python/FastAPI conventions
|
|
- Test file naming
|
|
- Configuration file naming
|
|
|
|
### [import-organization.md](import-organization.md)
|
|
Import ordering and organization rules.
|
|
- TypeScript import order
|
|
- Python import order (PEP 8)
|
|
- Ruff automatic sorting
|
|
- ESLint import rules
|
|
|
|
### [path-aliases.md](path-aliases.md)
|
|
Path alias configuration and usage.
|
|
- tsconfig.json setup (~/* alias)
|
|
- Vite configuration
|
|
- Import examples
|
|
- Common pitfalls
|
|
|
|
## Quick Reference
|
|
|
|
**Need naming rules?** → [file-naming.md](file-naming.md)
|
|
**Need import order?** → [import-organization.md](import-organization.md)
|
|
**Need path aliases?** → [path-aliases.md](path-aliases.md)
|