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 b79d8e9 commit 9ff3ac0Copy full SHA for 9ff3ac0
packages/plugin-destructuring/README.md
@@ -23,6 +23,7 @@ npm i @putout/plugin-destructuring
23
- ✅ [convert-object-to-array](#convert-object-to-array);
24
- ✅ [split-nested](#split-nested);
25
- ✅ [split-call](#split-call);
26
+- ✅ [merge-properties](#merge-properties);
27
28
## Config
29
@@ -32,7 +33,10 @@ npm i @putout/plugin-destructuring
32
33
"destructuring/apply-object": "on",
34
"destructuring/apply-array": "on",
35
"destructuring/remove-useless-object": "on",
- "destructuring/convert-object-to-array": "on"
36
+ "destructuring/convert-object-to-array": "on",
37
+ "destructuring/split-nested": "on",
38
+ "destructuring/split-call": "on",
39
+ "destructuring/merge-properties": "on"
40
}
41
42
```
0 commit comments