Skip to content

Commit

Permalink
docs: fix incorrect tag's place (#17575)
Browse files Browse the repository at this point in the history
* docs: fix incorrect tag place
  • Loading branch information
Tanujkanti4441 committed Sep 17, 2023
1 parent 85a3d9e commit 20893d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/rules/logical-assignment-operators.md
Expand Up @@ -96,10 +96,10 @@ a = a ?? b
This option checks for additional patterns with if statements which could be expressed with the logical assignment operator.
::: incorrect
Examples of **incorrect** code for this rule with the `["always", { enforceForIfStatements: true }]` option:
::: incorrect
```js
/*eslint logical-assignment-operators: ["error", "always", { enforceForIfStatements: true }]*/

Expand Down

0 comments on commit 20893d4

Please sign in to comment.