diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-06-20 23:04:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 20:04:09 +0000 |
commit | a5a9885f72c0c5be35ff7137cc2e2a60d8d11557 (patch) | |
tree | 8c463d10cc2e75c7eb5272fcd802e78126121b1e /.eslintrc.yaml | |
parent | c60ef946b1c5ed3347224cda5d3e17592cd16e5e (diff) | |
download | gitea-a5a9885f72c0c5be35ff7137cc2e2a60d8d11557.tar.gz gitea-a5a9885f72c0c5be35ff7137cc2e2a60d8d11557.zip |
Bump htmx to 2.0.0 (#31413)
Tested Subscribe, Follow, Star, Watch, and System Status.
---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r-- | .eslintrc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml index bf0390dc3f..4e3da6cab4 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -33,6 +33,7 @@ overrides: - files: ["web_src/**/*"] globals: __webpack_public_path__: true + htmx: true process: false # https://github.com/webpack/webpack/issues/15833 - files: ["web_src/**/*", "docs/**/*"] env: |