Aktueller Stand
This commit is contained in:
@@ -14,11 +14,8 @@ No build or test scripts are defined yet. When you add tooling, document the exa
|
||||
- `make build` for production builds
|
||||
|
||||
## Coding Style & Naming Conventions
|
||||
No style configuration is present. When initializing the project, standardize and document:
|
||||
- Indentation (e.g., 2 spaces for JS/TS, 4 for Python)
|
||||
- Naming patterns (e.g., `camelCase` for functions, `PascalCase` for classes)
|
||||
- Formatters/linters (e.g., Prettier, ESLint, Black, Ruff)
|
||||
Add config files (like `.editorconfig`, `.prettierrc`, or `pyproject.toml`) and keep them in version control.
|
||||
Use consistent formatting for TS/JS (2 spaces) and follow the existing component and API patterns in `app/` and `components/`.
|
||||
For user-facing German copy, always use proper umlauts (äöüß) instead of ASCII replacements (ae/oe/ue/ss). Keep wording concise and consistent across UI and emails.
|
||||
|
||||
## Testing Guidelines
|
||||
No testing framework is configured yet. When you add tests:
|
||||
|
||||
Reference in New Issue
Block a user