Skip to content

Commit c99dee7

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 7ee3524 commit c99dee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin-apply-destructuring/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ const [first] = array;
4747

4848
```js
4949
const name = user.name;
50+
5051
hello = world.hello;
5152
```
5253

5354
## ✅ Example of correct code
5455

5556
```js
5657
const {name} = user;
58+
5759
({hello} = world);
5860
```
5961

0 commit comments

Comments
 (0)