gchq/CyberChef

Feature request: Add Prettier

オープン

#1,726 opened on 2024/02/19

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (3,944 件のフォーク)batch import
featurehelp wantedimprovement

Repository metrics

Stars
 (34,843 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド