loucyx commented on code in PR #42184: URL: https://github.com/apache/airflow/pull/42184#discussion_r1755780158
########## airflow/ui/package.json: ########## @@ -7,7 +7,7 @@ "scripts": { "dev": "vite", "build": "tsc -b && vite build", - "lint": "eslint . && tsc --p tsconfig.app.json", + "lint": "eslint --quiet && tsc --p tsconfig.app.json", Review Comment: `--quite` makes the logs skip warnings, so they only show up in our editors. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org