mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
doc(lint): fix docs on how to run linter in "fix" mode (#5647)
This commit is contained in:
@@ -109,10 +109,10 @@ To check for linting errors, run the following command:
|
|||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
You can include the `--fix` flag in the command to automatically fix any fixable linting errors:
|
You can include the `:fix` flag in the command to automatically fix any fixable linting errors:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run lint --fix
|
npm run lint:fix
|
||||||
```
|
```
|
||||||
|
|
||||||
## Directory structure
|
## Directory structure
|
||||||
|
|||||||
Reference in New Issue
Block a user