aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.yaml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-07-16 12:14:27 +0200
committerGitHub <noreply@github.com>2024-07-16 12:14:27 +0200
commit3a7454df7a518f810fbeb34b9d784e7c29d173ff (patch)
tree80f77a5c2bde2fa12decddf3124aef3f50ec620a /.eslintrc.yaml
parente8d4b7a8b198eca3b0bd117efb422d7d7cac93fe (diff)
downloadgitea-3a7454df7a518f810fbeb34b9d784e7c29d173ff.tar.gz
gitea-3a7454df7a518f810fbeb34b9d784e7c29d173ff.zip
Enable `no-jquery/no-class-state` (#31639)
Just 4 validations and I specifically tested this by selecting/unselecting issue labels. Co-authored-by: Giteabot <teabot@gitea.io>
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 47f4eaa2d2..65c897c913 100644
--- a/.eslintrc.yaml
+++ b/.eslintrc.yaml
@@ -512,7 +512,7 @@ rules:
no-jquery/no-box-model: [2]
no-jquery/no-browser: [2]
no-jquery/no-camel-case: [2]
- no-jquery/no-class-state: [0]
+ no-jquery/no-class-state: [2]
no-jquery/no-class: [0]
no-jquery/no-clone: [2]
no-jquery/no-closest: [0]