Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c93a222

Browse files
authored
Docs: fix a broken link (#14697)
1 parent 655c118 commit c93a222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide/working-with-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The source file for a rule exports an object with the following properties.
6666

6767
In a custom rule or plugin, you can omit `docs` or include any properties that you need in it.
6868

69-
* `fixable` (string) is either `"code"` or `"whitespace"` if the `--fix` option on the [command line](../user-guide/command-line-interface.md#fix) automatically fixes problems reported by the rule
69+
* `fixable` (string) is either `"code"` or `"whitespace"` if the `--fix` option on the [command line](../user-guide/command-line-interface.md#-fix) automatically fixes problems reported by the rule
7070

7171
**Important:** the `fixable` property is mandatory for fixable rules. If this property isn't specified, ESLint will throw an error whenever the rule attempts to produce a fix. Omit the `fixable` property if the rule is not fixable.
7272

0 commit comments

Comments
 (0)