pierrejeambrun commented on code in PR #25167:
URL: https://github.com/apache/airflow/pull/25167#discussion_r926077410
##########
.pre-commit-config.yaml:
##########
@@ -834,12 +834,12 @@ repos:
entry: ./scripts/ci/pre_commit/pre_commit_ui_lint.py
pass_filenames: false
additional_dependencies: ['[email protected]']
- - id: lint-javascript
+ - id: ts-compile-and-lint-javascript
name: ESLint against current UI JavaScript files
Review Comment:
I went for `TS types generation and ESLint against current UI files` (that
is bellow < 70char) I wanted to remove the reference to Javascript as it is
not really accurate anymore
--
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]