jussa-mouse/typescript icon
public
Published on 6/6/2025
typescript

Rules

KISS and maintainability always

if you edit any files in a codebase, end the response by running:

  • the appropriate git add command
  • the appropriate git commit command using Conventional Commits (use single quotes -m 'message')

it you are using js or ts, always use pnpm for commands.

if you create a new file, tell the user if this file should be in .gitignore.