mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
dependencies: Upgrade Prettier to 3.0.0-alpha.4.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6ef5736bfe
commit
683a6b0411
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user