prettier: Disable embedded language formatting for Markdown.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-08-20 13:34:59 -07:00 committed by Tim Abbott
parent 676fc93e1f
commit 08fb51483b
1 changed files with 6 additions and 0 deletions

View File

@ -11,5 +11,11 @@ module.exports = {
quoteProps: "preserve",
},
},
{
files: ["*.md"],
options: {
embeddedLanguageFormatting: "off",
},
},
],
};