Skip to content

Commit

Permalink
fix(docs): redirect curly to eslint page
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee committed Apr 2, 2024
1 parent beef00f commit 70bf79a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ while (foo)

## When Not To Use It

If you're not concerned about consistent locations of single-line statements, you should not turn on this rule. You can also disable this rule if you're using the `"all"` option for the [`curly`](curly) rule, because this will disallow single-line statements entirely.
If you're not concerned about consistent locations of single-line statements, you should not turn on this rule. You can also disable this rule if you're using the `"all"` option for the [`curly`](https://eslint.org/docs/latest/rules/curly) rule, because this will disallow single-line statements entirely.

0 comments on commit 70bf79a

Please sign in to comment.