gchq/CyberChef

Feature request: Add Prettier

Open

#1,726 opened on 2024年2月19日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)JavaScript (3,944 forks)batch import
featurehelp wantedimprovement

Repository metrics

Stars
 (34,843 stars)
PR merge metrics
 (平均マージ 57d 13h) (30d で 62 merged PRs)

説明

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

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