Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 565 Bytes

CODING_STANDARDS.md

File metadata and controls

22 lines (13 loc) · 565 Bytes

Coding standards

Adhering to a standard helps maintain code quality, readability, and consistency across the codebase.

PHP

  • All PHP files follow the PSR-12 coding style.
  • phpDocs is used for documentation.

JavaScript

  • jsDocs is used for documentation.
  • Prettier is used for formatting
  • ESLint is used for linting.

CSS

  • Prettier is used for formatting.

SQL