WencongLiu commented on code in PR #23992: URL: https://github.com/apache/flink/pull/23992#discussion_r1439117470
########## flink-runtime-web/README.md: ########## @@ -102,6 +102,8 @@ re-compilation: ### CodeStyle & Lint +> Tips: Before committing, make sure you've run npm run lint-staged and that no errors are reported. Review Comment: To enhance clarity and readability, it might be beneficial to format the command within the text. This helps to differentiate the command from the rest of the sentence and indicates that it is a piece of code that should be executed. Here's how it could look: Before committing, make sure you've run `npm run lint-staged` and that no errors are reported. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org