loucyx commented on code in PR #42184:
URL: https://github.com/apache/airflow/pull/42184#discussion_r1758513812


##########
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:
   Oh yup! The plan with the warnings is to fix them when we see them in our 
editors, and then once that warning is no longer present in the code, just 
change that `WARN` to `ERROR`. So basically a "gradual" improvement. I have a 
personal preference to do the same and just make pretty much everything an 
error unless is something that can be a valid exception every now and then (for 
example `no-console` which should be fixed pretty much everywhere, unless 
you're writing actual CLI output for Node).



-- 
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]

Reply via email to