summaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-02-25 21:08:35 +0100
committerGitHub <noreply@github.com>2022-02-25 15:08:35 -0500
commit65689f6b37d463f369e1b006c5b4f306dacb016c (patch)
tree8425f235b7d5515440f3e75e5dd9df6d722a0cc9 /.eslintrc
parenta5e8daee737fa2c3c191cc542d0f8e239f81f0f9 (diff)
downloadgitea-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--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 646e66836a..6de0c1f9fa 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -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}]