aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.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-lock.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-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 3e8e35615f..9a2f5dc578 100644
--- a/package-lock.json
+++ b/package-lock.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",
@@ -4550,6 +4551,15 @@
"eslint": ">=5.4.0"
}
},
+ "node_modules/eslint-plugin-no-jquery": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.7.0.tgz",
+ "integrity": "sha512-Aeg7dA6GTH1AcWLlBtWNzOU9efK5KpNi7b0EhBO0o0M+awyzguUUo8gF6hXGjQ9n5h8/uRtYv9zOqQkeC5CG0w==",
+ "dev": true,
+ "peerDependencies": {
+ "eslint": ">=2.3.0"
+ }
+ },
"node_modules/eslint-plugin-sonarjs": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.19.0.tgz",