Skip to content

Commit ac466cc

Browse files
authored
docs: @putout/plugin-destructuring: remove duplicate description
1 parent 4022134 commit ac466cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/plugin-destructuring/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ const [a, b] = c;
120120
>
121121
> (c) [Destructuring in JavaScript: the not so good parts](https://goodguydaniel.com/blog/destructuring-not-so-good-parts)
122122
123-
🐊[**Putout**](https://github.com/coderaiser/putout) plugin adds ability to split nested destructuring.
124-
125123
### ❌ Example of incorrect code
126124

127125
```js

0 commit comments

Comments
 (0)