Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 330 Bytes

File metadata and controls

9 lines (7 loc) · 330 Bytes

Repository Guidelines

Style

  • Use two spaces for indentation in TypeScript and JSON files.
  • Ensure files end with a newline and no trailing whitespace.
  • Never use hardcoded strings in your code. Always add or use variables from the config folder.

Commit Messages

  • Write concise commit messages describing the change.