From bb0c22bb1d0dfc03524d983a28c75724c6ae1c27 Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 15 Nov 2024 21:08:12 +0300 Subject: [PATCH] docs: Fixed the command for eslint --- docs/getting-started/contributing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/contributing.md b/docs/getting-started/contributing.md index 7b2791b..26c4805 100644 --- a/docs/getting-started/contributing.md +++ b/docs/getting-started/contributing.md @@ -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`