loucyx commented on code in PR #42184: URL: https://github.com/apache/airflow/pull/42184#discussion_r1755779851
########## airflow/ui/eslint.config.js: ########## @@ -17,38 +17,29 @@ * under the License. */ -import js from "@eslint/js"; -import globals from "globals"; -import reactHooks from "eslint-plugin-react-hooks"; -import reactRefresh from "eslint-plugin-react-refresh"; -import tseslint from "typescript-eslint"; -import pluginPrettier from "eslint-plugin-prettier"; -import pluginReact from "eslint-plugin-react"; +/** + * @import { FlatConfig } from "@typescript-eslint/utils/ts-eslint"; Review Comment: Because we are using vanilla JS for config files, we rely in JSDocs for types. -- 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