Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 555 Bytes

File metadata and controls

10 lines (9 loc) · 555 Bytes

Copilot Code Guidelines for Developers

  • Write clear, maintainable, and well-documented code.
  • Follow the formatting and linting rules defined in .eslintrc.json, .prettierrc.json, and .standardrc.json.
  • Use TypeScript best practices for type safety.
  • Prefer functional components and hooks in React code.
  • Organize code into appropriate domains and shared modules.
  • Write unit tests for new features and bug fixes.
  • Reference workspace symbols and files using fully qualified links.
  • Avoid introducing breaking changes without discussion.