Skip to content

Commit 20893d4

Browse files
docs: fix incorrect tag's place (#17575)
* docs: fix incorrect tag place
1 parent 85a3d9e commit 20893d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/rules/logical-assignment-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ a = a ?? b
9696
9797
This option checks for additional patterns with if statements which could be expressed with the logical assignment operator.
9898
99-
::: incorrect
100-
10199
Examples of **incorrect** code for this rule with the `["always", { enforceForIfStatements: true }]` option:
102100
101+
::: incorrect
102+
103103
```js
104104
/*eslint logical-assignment-operators: ["error", "always", { enforceForIfStatements: true }]*/
105105

0 commit comments

Comments
 (0)