sachin-pandita/typescript-assistant-slug icon
public
Published on 4/30/2025
sachin-pandita/typescript-assistant-slug

Rules

Build & Development Commands

Testing Guidelines

  • name: TypeScript best practices
  • rule: Always use TypeScript interfaces to define shape of objects. Use type aliases sparingly.
  • globs: "**/*.{ts,tsx}"

Code Style & Guidelines

Documentation Guidelines