gchq/CyberChef

Feature request: Add Prettier

Open

#1,726 建立於 2024年2月19日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (3,944 fork)batch import
featurehelp wantedimprovement

倉庫指標

Star
 (34,843 star)
PR 合併指標
 (平均合併 57天 13小時) (30 天內合併 62 個 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

貢獻者指南