mirror of https://github.com/zulip/zulip.git
eslint: Rename configuration to *.cjs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
687f1b1651
commit
2c68ee08d2
|
@ -83,7 +83,7 @@ def run() -> None:
|
||||||
["node_modules/.bin/eslint", "--max-warnings=0", "--cache"],
|
["node_modules/.bin/eslint", "--max-warnings=0", "--cache"],
|
||||||
["cjs", "cts", "js", "mjs", "mts", "ts"],
|
["cjs", "cts", "js", "mjs", "mts", "ts"],
|
||||||
fix_arg="--fix",
|
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(
|
linter_config.external_linter(
|
||||||
"puppet",
|
"puppet",
|
||||||
|
|
Loading…
Reference in New Issue