We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac466cc commit 29545d3Copy full SHA for 29545d3
packages/plugin-destructuring/README.md
@@ -55,7 +55,7 @@ npm i @putout/plugin-destructuring
55
const first = array[0];
56
```
57
58
-## ✅ Example of correct code
+### ✅ Example of correct code
59
60
```js
61
const [first] = array;
@@ -196,7 +196,7 @@ const {one, two} = require('numbers');
196
} = data);
197
198
199
-### remove-useless-arguments
+## remove-useless-arguments
200
201
### ❌ Example of incorrect code
202
0 commit comments