docs: Fixed the command for eslint
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled

This commit is contained in:
Данил 2024-11-15 21:08:12 +03:00
parent a095b4ac8e
commit bb0c22bb1d

View file

@ -34,8 +34,9 @@ npm install
`eslint` and `prettier` is used to check and automatically correct the Node.JS code
```bash
npm eslint .
npx eslint .
```
Or add the `--fix` flag to automatically fix the code
#### Checking the Python code
To check code, you need to install libraries `mypy` and `pylint`