You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
requirements.txt
in the backend. #32eslint
to the frontend. #33The text was updated successfully, but these errors were encountered: