jscheffl commented on code in PR #56086:
URL: https://github.com/apache/airflow/pull/56086#discussion_r2383946559
##########
airflow-core/src/airflow/ui/rules/typescript.js:
##########
@@ -22,8 +22,9 @@
/**
* @import { FlatConfig } from "@typescript-eslint/utils/ts-eslint";
*/
-import typescript from "@typescript-eslint/eslint-plugin";
-import typescriptParser from "@typescript-eslint/parser";
+import tseslint from "typescript-eslint";
+
+const { parser: typescriptParser, plugin: typescript } = tseslint;
Review Comment:
Is there a reason that you adjust typescript rules with your PR? If not
please revert.
--
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]