]> source.dussan.org Git - gitea.git/commit
Forbid variables containing jQuery collections not having the `$` prefix (#29839)
authorYarden Shoham <git@yardenshoham.com>
Sat, 16 Mar 2024 12:22:16 +0000 (14:22 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 12:22:16 +0000 (12:22 +0000)
commit3cd64949ae1402a4ff45fba0a27c4acca1c5aead
tree6d14553193ad4f7673ae7a413c92750358c2342d
parenta8893816647140526055acc1c4cfe2d130ce7c47
Forbid variables containing jQuery collections not having the `$` prefix (#29839)

See
https://github.com/wikimedia/eslint-plugin-no-jquery/blob/master/docs/rules/variable-pattern.md

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
14 files changed:
.eslintrc.yaml
web_src/js/components/RepoBranchTagSelector.vue
web_src/js/features/common-global.js
web_src/js/features/comp/LabelEdit.js
web_src/js/features/comp/ReactionSelector.js
web_src/js/features/notification.js
web_src/js/features/repo-diff.js
web_src/js/features/repo-editor.js
web_src/js/features/repo-graph.js
web_src/js/features/repo-home.js
web_src/js/features/repo-issue.js
web_src/js/features/repo-legacy.js
web_src/js/features/repo-projects.js
web_src/js/jquery.js