PythonBulawayo/ChitChat

Add code linters to the project such as flake8 for Python and ESLint or Prettier the FrontEnd

Open

#25 opened on Feb 2, 2024

 (0 comments) (0 reactions) (0 assignees)TypeScript (24 forks)auto 404
good first issue

Repository metrics

Stars
 (25 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide