summaryrefslogtreecommitdiffstats
path: root/.eslintrc.yaml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-11-20 01:02:57 +0100
committerGitHub <noreply@github.com>2023-11-20 01:02:57 +0100
commit06dcb251f392d77d875dd46b4d810009e22b62cd (patch)
treef1e95e5b0454be6a7b8de5069b8bfb466c30745f /.eslintrc.yaml
parent2de05f943238f2de7860c299e07360e55c63dcd7 (diff)
downloadgitea-06dcb251f392d77d875dd46b4d810009e22b62cd.tar.gz
gitea-06dcb251f392d77d875dd46b4d810009e22b62cd.zip
Update JS and PY dependencies (#28120)
- Update all JS and PY dependencies minus `@mcaptcha/vanilla-glue` - Adapt to eslint rule rename - Regenerate all SVGs because of [new optimizations](https://github.com/svg/svgo/releases/tag/v3.0.4) from svgo. - Tested mentions, mermaid, vue, api docs
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r--.eslintrc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml
index 4159f02188..18e8138601 100644
--- a/.eslintrc.yaml
+++ b/.eslintrc.yaml
@@ -128,7 +128,7 @@ rules:
"@stylistic/js/computed-property-spacing": [2, never]
"@stylistic/js/dot-location": [2, property]
"@stylistic/js/eol-last": [2]
- "@stylistic/js/func-call-spacing": [2, never]
+ "@stylistic/js/function-call-spacing": [2, never]
"@stylistic/js/function-call-argument-newline": [0]
"@stylistic/js/function-paren-newline": [0]
"@stylistic/js/generator-star-spacing": [0]