Skip to content

Commit 07a1ada

Browse files
authored
docs: link from --fix CLI doc to the relevant core concept (#18080)
docs: link from fix CLI doc to core concept
1 parent 8f06a60 commit 07a1ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ npx eslint --rulesdir my-rules/ --rulesdir my-other-rules/ file.js
327327

328328
#### `--fix`
329329

330-
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.
330+
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.
331331

332332
* **Argument Type**: No argument.
333333

0 commit comments

Comments
 (0)