sprybee opened a new issue, #4354: URL: https://github.com/apache/streampark/issues/4354
## Description The frontend lint-staged configuration contains an invalid Prettier command: `prettier --write--parser json` Because the space between `--write` and `--parser` is missing, Prettier interprets it as an unknown option and prints: `Ignored unknown option --write--parser=json.` ## Expected behavior Use the valid command: `prettier --write --parser json` ## Scope This is a one-line frontend configuration fix in `streampark-console/streampark-console-webapp/package.json`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
