gchq/CyberChef

Feature request: Add Prettier

Ouverte

#1 726 ouverte le 19 févr. 2024

 (3 commentaires) (0 réaction) (0 personne assignée)JavaScript (3 944 forks)batch import
featurehelp wantedimprovement

Métriques du dépôt

Stars
 (34 843 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur