aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-04-20 18:28:27 +0900
committerGitHub <noreply@github.com>2023-04-20 05:28:27 -0400
commit8ea33baa1ce49168f74f7588f858c2f8327d5bfb (patch)
tree1d032c369e16177d4519cc2aa401933ae3bcdae9 /package.json
parent6793ef00692aee3d73d5e37ded0b8cff6b4c1029 (diff)
downloadgitea-8ea33baa1ce49168f74f7588f858c2f8327d5bfb.tar.gz
gitea-8ea33baa1ce49168f74f7588f858c2f8327d5bfb.zip
Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)
https://github.com/go-gitea/gitea/pull/24098#issuecomment-1514010690 --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index cca95a1646..ae3b7446fe 100644
--- a/package.json
+++ b/package.json
@@ -64,6 +64,7 @@
"eslint-plugin-custom-elements": "0.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jquery": "1.5.1",
+ "eslint-plugin-no-jquery": "2.7.0",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-vue": "9.11.0",