| description | Coding standards and conventions for the project, including JavaScript/TypeScript, CSS, and component structure. |
|---|---|
| applyTo | ** |
- End every statement with a semicolon.
- Use single quotes for all string literals.
- Implement components as functions, not classes.
- Use arrow functions for all callbacks.
- Organize code by feature or module, keeping related files together.
- Write clear and concise JSDoc/TSDoc comments for functions, components, and modules.