mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
eslint: Rename configuration to *.cjs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
687f1b1651
commit
2c68ee08d2
@@ -83,7 +83,7 @@ def run() -> None:
|
||||
["node_modules/.bin/eslint", "--max-warnings=0", "--cache"],
|
||||
["cjs", "cts", "js", "mjs", "mts", "ts"],
|
||||
fix_arg="--fix",
|
||||
description="Standard JavaScript style and formatting linter (config: .eslintrc).",
|
||||
description="Standard JavaScript style and formatting linter (config: .eslintrc.cjs).",
|
||||
)
|
||||
linter_config.external_linter(
|
||||
"puppet",
|
||||
|
Reference in New Issue
Block a user