Skip to content

Commit 9ff3ac0

Browse files
committed
chore: @putout/plugin-destructuring: v1.0.1
1 parent b79d8e9 commit 9ff3ac0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/plugin-destructuring/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ npm i @putout/plugin-destructuring
2323
-[convert-object-to-array](#convert-object-to-array);
2424
-[split-nested](#split-nested);
2525
-[split-call](#split-call);
26+
-[merge-properties](#merge-properties);
2627

2728
## Config
2829

@@ -32,7 +33,10 @@ npm i @putout/plugin-destructuring
3233
"destructuring/apply-object": "on",
3334
"destructuring/apply-array": "on",
3435
"destructuring/remove-useless-object": "on",
35-
"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"
3640
}
3741
}
3842
```

0 commit comments

Comments
 (0)