PythonBulawayo/ChitChat
Add code linters to the project such as flake8 for Python and ESLint or Prettier the FrontEnd
開放
#25 建立於 2024年2月2日
good first issue
倉庫指標
- 星標
- (25 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
To implement Continuous Integration we need to add checks and tests to the code. We need lint checks in the code to help find problems in the code syntax and to ensure that the code meets Python or JS style guides. We'll use Flake8 for Python and ESLint for Javascript. Add these to the dependencies.
Tasks:
- #32
- #33