Skip to content

Commit 475a6b5

Browse files
committed
feature: putout: @putout/plugin-apply-shorthand-properties v6.0.0
1 parent 5fc5768 commit 475a6b5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"printer": "putout"
3-
}
2+
"match": {
3+
"*.md": {
4+
"apply-shorthand-properties": "off"
5+
}
6+
}
7+
}

packages/putout/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"@putout/plugin-apply-flat-map": "^2.0.0",
9191
"@putout/plugin-apply-optional-chaining": "^6.0.0",
9292
"@putout/plugin-apply-overrides": "^2.0.0",
93+
"@putout/plugin-apply-shorthand-properties": "^6.0.0",
9394
"@putout/plugin-apply-starts-with": "^1.0.0",
9495
"@putout/plugin-apply-template-literals": "^3.0.0",
9596
"@putout/plugin-browserlist": "^2.0.0",

packages/putout/putout.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"apply-flat-map",
197197
"apply-destructuring",
198198
"apply-optional-chaining",
199+
"apply-shorthand-properties",
199200
"apply-starts-with",
200201
"apply-template-literals",
201202
"apply-overrides",

0 commit comments

Comments
 (0)