chuck-catron/check-syntax icon
public
Published on 5/5/2025
check-syntax

Prompts
check-syntax
Check all code for syntax correctness
Please review all the provided code files carefully and check for any syntax errors.
    Focus on:
      - TypeScript syntax
      - NestJS-specific syntax (decorators, modules, DI patterns)
      - Imports and exports
      - Mismatched brackets, parentheses, or quotes
      - Incorrect NestJS CLI scaffolding patterns
    Report any issues clearly, file by file, and suggest exact fixes where needed.