Skip to content

Commit 588c320

Browse files
committed
fix(putout) remove-useless-escape: disable for yml
1 parent 24d22af commit 588c320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/putout/putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"remove-constant-conditions": "off",
3333
"remove-console": "off"
3434
},
35-
"*.json": {
35+
"*.{json,yml}": {
3636
"remove-useless-escape": "off",
3737
"apply-numeric-separators": "off"
3838
},

0 commit comments

Comments
 (0)