mirror of https://github.com/zulip/zulip.git
prettier: Disable embedded language formatting for Markdown.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
676fc93e1f
commit
08fb51483b
|
@ -11,5 +11,11 @@ module.exports = {
|
|||
quoteProps: "preserve",
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["*.md"],
|
||||
options: {
|
||||
embeddedLanguageFormatting: "off",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue