Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: fix a broken link (#14697)
  • Loading branch information
chenxsan committed Jun 11, 2021
1 parent 655c118 commit c93a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/working-with-rules.md
Expand Up @@ -66,7 +66,7 @@ The source file for a rule exports an object with the following properties.

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

* `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
* `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

**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.

Expand Down

0 comments on commit c93a222

Please sign in to comment.