diff options
author | silverwind <me@silverwind.io> | 2022-02-25 21:08:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 15:08:35 -0500 |
commit | 65689f6b37d463f369e1b006c5b4f306dacb016c (patch) | |
tree | 8425f235b7d5515440f3e75e5dd9df6d722a0cc9 /.eslintrc | |
parent | a5e8daee737fa2c3c191cc542d0f8e239f81f0f9 (diff) | |
download | gitea-65689f6b37d463f369e1b006c5b4f306dacb016c.tar.gz gitea-65689f6b37d463f369e1b006c5b4f306dacb016c.zip |
Update JS dependencies (#18898)
- Updated all JS dependencies minus Vue (update 2 to 3 requires a ton of
work and is probably blocked by dependencies)
- Tested editor, swagger-ui
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -442,6 +442,7 @@ rules: unicorn/require-post-message-target-origin: [0] unicorn/string-content: [0] unicorn/template-indent: [2] + unicorn/text-encoding-identifier-case: [0] unicorn/throw-new-error: [2] use-isnan: [2] valid-typeof: [2, {requireStringLiterals: true}] |