dependencies: Upgrade Prettier to 3.0.0-alpha.4.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-10-29 17:49:25 -04:00
committed by Tim Abbott
parent 6ef5736bfe
commit 683a6b0411
5 changed files with 51 additions and 39 deletions

View File

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