What problem does it solve?
This Skill ensures that TypeScript and Angular code written for the Moodle App adheres to established coding standards, improving code quality, maintainability, and consistency across the project.
Core Features & Use Cases
- ESLint Enforcement: Automatically checks code against a predefined set of ESLint rules, treating warnings as errors.
- TypeScript Best Practices: Guides developers on using
async/await, guard clauses, and avoiding any.
- Angular Conventions: Promotes adherence to Angular's component, service, and module organization patterns.
- Ionic Framework Usage: Ensures correct usage of Ionic UI components for mobile interfaces.
- Use Case: When developing a new feature for the Moodle mobile app, use this Skill to review your code and ensure it meets all TypeScript, Angular, and Ionic style guidelines before merging.
Quick Start
Review the provided TypeScript code snippet for Moodle App compliance.