gchq/CyberChef

Feature request: Add Prettier

Open

Aperta il 19 feb 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (34.843 star) (3944 fork)batch import
featurehelp wantedimprovement

Descrizione

Problem The code base, despite existing linting rules, lacks consistent formatting, leading to:

  • Reduced Readability: Inconsistent indentation, spacing, and wrapping make code harder to understand for all developers.
  • Manual Formatting Waste: Developers spend time manually formatting instead of focusing on logic and functionality.

Solution Introduce Prettier as a code formatter base on the coding conventions to enforce consistent formatting, improving readability and freeing developer time for higher-level tasks

Guida contributor