Skip to content

Commit

Permalink
docs: @putout/plugin-parens: assign
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 22, 2024
1 parent 675d43b commit 629cd7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/plugin-parens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ npm i @putout/plugin-parens

### assign

> The JavaScript exception "invalid assignment left-hand side" occurs when there was an unexpected assignment somewhere. It may be triggered when a single `=` sign was used instead of `==` or `===`.
>
> [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_assignment_left-hand_side)
To disable use:

```json
Expand Down

0 comments on commit 629cd7b

Please sign in to comment.