gchq/CyberChef

Feature request: Add Prettier

开放

#1,726 创建于 2024年2月19日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (3,944 个派生)batch import
featurehelp wantedimprovement

仓库指标

星标
 (34,843 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南