Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 249 Bytes

style_guide.md

File metadata and controls

12 lines (9 loc) · 249 Bytes

Style Guide

Code Formatting

  • Use Prettier for code formatting
  • 2 spaces for indentation

Comments

  • Use JSDoc for function and class documentation
  • Inline comments for complex logic

Linting

  • Use ESLint with the Next.js configuration