mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
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
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:
parent
a095b4ac8e
commit
bb0c22bb1d
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ npm install
|
||||||
|
|
||||||
`eslint` and `prettier` is used to check and automatically correct the Node.JS code
|
`eslint` and `prettier` is used to check and automatically correct the Node.JS code
|
||||||
```bash
|
```bash
|
||||||
npm eslint .
|
npx eslint .
|
||||||
```
|
```
|
||||||
|
Or add the `--fix` flag to automatically fix the code
|
||||||
|
|
||||||
#### Checking the Python code
|
#### Checking the Python code
|
||||||
To check code, you need to install libraries `mypy` and `pylint`
|
To check code, you need to install libraries `mypy` and `pylint`
|
||||||
|
|
Loading…
Add table
Reference in a new issue