lint: Add Markdown files to Prettier linter.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-08-20 14:05:13 -07:00 committed by Anders Kaseorg
parent a4dbc1edd4
commit c3448370a4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def run() -> None:
linter_config.external_linter(
"prettier",
["node_modules/.bin/prettier", "--check", "--loglevel=warn"],
["css", "flow", "js", "json", "ts", "yaml", "yml"],
["css", "flow", "js", "json", "md", "ts", "yaml", "yml"],
fix_arg=["--write"],
description="Formats CSS, JavaScript, YAML",
)