Skip to content

Commit

Permalink
docs: link from --fix CLI doc to the relevant core concept (#18080)
Browse files Browse the repository at this point in the history
docs: link from fix CLI doc to core concept
  • Loading branch information
bmish committed Feb 4, 2024
1 parent 8f06a60 commit 07a1ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/command-line-interface.md
Expand Up @@ -327,7 +327,7 @@ npx eslint --rulesdir my-rules/ --rulesdir my-other-rules/ file.js

#### `--fix`

This option instructs ESLint to try to fix as many issues as possible. The fixes are made to the actual files themselves and only the remaining unfixed issues are output.
This option instructs ESLint to try to [fix](https://eslint.org/docs/latest/use/core-concepts#rule-fixes) as many issues as possible. The fixes are made to the actual files themselves and only the remaining unfixed issues are output.

* **Argument Type**: No argument.

Expand Down

0 comments on commit 07a1ada

Please sign in to comment.