doc(lint): fix docs on how to run linter in "fix" mode (#5647)
This commit is contained in:
parent
be3aabaea6
commit
7fa2d7be17
|
@ -109,10 +109,10 @@ To check for linting errors, run the following command:
|
|||
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
|
||||
npm run lint --fix
|
||||
npm run lint:fix
|
||||
```
|
||||
|
||||
## Directory structure
|
||||
|
|
Loading…
Reference in New Issue