Skip to content

Commit 9872dfc

Browse files
committed
feature(putout) md: disable remove-useless-escape
1 parent dc9e397 commit 9872dfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/putout/putout.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"convert-binary-expression-to-boolean": "off",
2020
"remove-unused-expressions": "off",
2121
"remove-unused-variables": "off",
22+
"remove-useless-escape": "off",
2223
"remove-useless-variables": "off",
2324
"remove-empty": "off",
2425
"remove-unused-for-of-variables": "off",

0 commit comments

Comments
 (0)