jacob-macleod/Dolphin-Flashcard-App

Add Style Checking for React in CI/CD Pipeline

オープン

#164 opened on 2024/09/16

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (31 件のフォーク)auto 404
DevOpsgood first issue

Repository metrics

Stars
 (18 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

For python, pylint is run in the pipeline to make sure the code adheres to PEP8 standards. If it does not, black can be run manually to make it conform by formatting the files. Your task is to:

  • Find equivalent tools for the React code
  • Implement the equivalent of Pylint but for React in the pipeline
  • Find a formatter (like black, but for React, following React standards), and manually run it on the React code in the frontend folder

Let me know if you have any questions or want any more information!

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