Skip to content

Commit

Permalink
docs: flip the flag of skipCompoundAssignments in the example (#7868)
Browse files Browse the repository at this point in the history
  • Loading branch information
noshiro-pf committed Nov 2, 2023
1 parent 8217c25 commit 29c2e68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ let fn = (a: string, b: RegExp) => a + b;

### `skipCompoundAssignments`

Examples of code for this rule with `{ skipCompoundAssignments: true }`:
Examples of code for this rule with `{ skipCompoundAssignments: false }`:

<!--tabs-->

Expand Down

0 comments on commit 29c2e68

Please sign in to comment.