We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eqeqeq
1 parent b950c1b commit 1416d70Copy full SHA for 1416d70
docs/src/rules/eqeqeq.md
@@ -89,8 +89,8 @@ foo === null
89
This rule optionally takes a second argument, which should be an object with the following supported properties:
90
91
* `"null"`: Customize how this rule treats `null` literals. Possible values:
92
- * `always` (default) - Always use === or !==.
93
- * `never` - Never use === or !== with `null`.
+ * `always` (default) - Always use `===` or `!==`.
+ * `never` - Never use `===` or `!==` with `null`.
94
* `ignore` - Do not apply this rule to `null`.
95
96
### smart
0 commit comments