diff --git a/Makefile.mjs b/Makefile.mjs index e5844e6fb3b1..a82411efb823 100644 --- a/Makefile.mjs +++ b/Makefile.mjs @@ -277,7 +277,8 @@ target["lint"] = function () { "benchmark", ...SOURCES, "*.{js,cjs,mjs,ts}", - "--format=codeframe", + "--format", + "codeframe", "--ext", ".js,.cjs,.mjs,.ts", ]);