Skip to content

Commit 629cd7b

Browse files
committed
docs: @putout/plugin-parens: assign
1 parent 675d43b commit 629cd7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/plugin-parens/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ npm i @putout/plugin-parens
3030

3131
### assign
3232

33+
> 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 `===`.
34+
>
35+
> [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_assignment_left-hand_side)
36+
3337
To disable use:
3438

3539
```json

0 commit comments

Comments
 (0)