Skip to content

Commit b7c91a5

Browse files
committed
fix lintCheck merge
1 parent 1799b42 commit b7c91a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mcmanifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ otadata, data, ota, , ${OTADATA_SIZE},`;
738738
this.line("add_custom_command(");
739739
this.line("\tOUTPUT " + output);
740740
if (lintCheck)
741-
this.line(`\tCOMMAND eslint ${fileName} --config ${MODDABLE}/eslint.config.mjs`);
741+
this.line(`\tCOMMAND eslint ${fileName}` + " --config ${MODDABLE}/eslint.config.mjs");
742742
this.line("\tCOMMAND xsc " + source + " " + options + " -e -o " + outputPath + " -r " + targetParts.name.replaceAll("#", tool.escapedHash));
743743
this.line("\tDEPENDS " + source + (typeCheck ? " ${TYPECHECK_FILE}" : ""));
744744
this.line(`\tWORKING_DIRECTORY ${sourceDir}`);

0 commit comments

Comments
 (0)