Skip to content

Commit 1416d70

Browse files
authored
docs: add missing backticks to eqeqeq (#19207)
1 parent b950c1b commit 1416d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/rules/eqeqeq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ foo === null
8989
This rule optionally takes a second argument, which should be an object with the following supported properties:
9090

9191
* `"null"`: Customize how this rule treats `null` literals. Possible values:
92-
* `always` (default) - Always use === or !==.
93-
* `never` - Never use === or !== with `null`.
92+
* `always` (default) - Always use `===` or `!==`.
93+
* `never` - Never use `===` or `!==` with `null`.
9494
* `ignore` - Do not apply this rule to `null`.
9595

9696
### smart

0 commit comments

Comments
 (0)