Skip to content

Commit

Permalink
Fix TS linting issues caused by apache#40145
Browse files Browse the repository at this point in the history
  • Loading branch information
shahar1 committed Jun 12, 2024
1 parent c1ffe45 commit 3f42a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ repos:
name: TS types generation / ESLint / Prettier against UI files
language: node
'types_or': [javascript, ts, tsx, yaml, css, json]
files: ^airflow/www/static/js/|^airflow/api_connexion/openapi/v1\.yaml$
files: ^airflow/www/static/(js|css)/|^airflow/api_connexion/openapi/v1\.yaml$
entry: ./scripts/ci/pre_commit/www_lint.py
additional_dependencies: ['[email protected]', "openapi-typescript@>=6.7.4"]
pass_filenames: false
Expand Down
3 changes: 1 addition & 2 deletions airflow/www/static/css/bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2770,8 +2770,7 @@ tbody.collapse.in {
}

.dropdown-menu > li > a,
.dropdown-menu > li > form > button
{
.dropdown-menu > li > form > button {
display: block;
padding: 3px 20px;
clear: both;
Expand Down
3 changes: 1 addition & 2 deletions airflow/www/static/css/material-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f42a0a

Please sign in to comment.