choo121600 commented on code in PR #51735:
URL: https://github.com/apache/airflow/pull/51735#discussion_r2153197297


##########
airflow-core/src/airflow/ui/package.json:
##########
@@ -85,6 +86,7 @@
     "eslint-plugin-unicorn": "^55.0.0",
     "globals": "^15.15.0",
     "happy-dom": "^17.4.6",
+    "jsonc-eslint-parser": "^2.4.0",

Review Comment:
   ESLint’s default parser doesn’t support JSON files.
   jsonc-eslint-parser allows ESLint to parse those files and apply rules — 
which is essential for things like checking missing translation keys.



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