Skip to content

Commit 3cea922

Browse files
garykingMrHen
authored andcommitted
Fix link (#393)
1 parent 777060d commit 3cea922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-nested-ternary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow nested ternary expressions
22

3-
Improved version of the `[no-nested-ternary](https://eslint.org/docs/rules/no-nested-ternary)` ESLint rule, which allows cases where the nested ternary is only one level and wrapped in parens.
3+
Improved version of the [`no-nested-ternary`](https://eslint.org/docs/rules/no-nested-ternary) ESLint rule, which allows cases where the nested ternary is only one level and wrapped in parens.
44

55

66
## Fail

0 commit comments

Comments
 (0)