mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
577d41023d
commit
b3f9fdf99a
@@ -171,7 +171,7 @@ def run() -> None:
|
||||
)
|
||||
linter_config.external_linter(
|
||||
"prettier",
|
||||
["node_modules/.bin/prettier", "--cache", "--check", "--log-level=warn"],
|
||||
["node_modules/.bin/prettier", "--cache", "--check", "--loglevel=warn"],
|
||||
["css", "flow", "js", "json", "md", "ts", "yaml", "yml"],
|
||||
fix_arg=["--write"],
|
||||
description="Formats CSS, JavaScript, YAML",
|
||||
|
||||
Reference in New Issue
Block a user