Skip to content

Commit 05ed7e6

Browse files
authored
docs: fix prefer-nullish-coalescing.mdx
1 parent 2264be0 commit 05ed7e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eslint-plugin/docs/rules/prefer-nullish-coalescing.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ Also, if you would like to ignore all primitives types, you can set `ignorePrimi
174174

175175
### `ignoreBooleanCoercion`
176176

177+
{/* insert option description */}
178+
177179
Whether to ignore expressions that coerce a value into a boolean: `Boolean(...)`.
178180

179181
Incorrect code for `ignoreBooleanCoercion: false`, and correct code for `ignoreBooleanCoercion: true`:

0 commit comments

Comments
 (0)