01Applies consistent Prettier formatting including 120-character line width and trailing commas.
020 GitHub stars
03Automates import organization by grouping external, workspace, and internal modules alphabetically.
04Implements NestJS-specific patterns like @Injectable decorators and private constructors for immutable objects.
05Enforces strict TypeScript rules including no-explicit-any and mandatory nullish coalescing.
06Standardizes file naming using kebab-case and class naming with PascalCase conventions.