mirror of https://github.com/zulip/zulip.git
lint: Add Markdown files to Prettier linter.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a4dbc1edd4
commit
c3448370a4
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue