summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-05-12 22:38:17 +0200
committerGitHub <noreply@github.com>2023-05-12 20:38:17 +0000
commitf74501609246646a3ab62b37a1e7469d6fea63b7 (patch)
treef0c6a1bd2bb9097a74ef74a65d798bcfe9de4cd7 /package.json
parenta4d6f83b5be6b95f288a5ca02eb1f46d8ac0f992 (diff)
downloadgitea-f74501609246646a3ab62b37a1e7469d6fea63b7.tar.gz
gitea-f74501609246646a3ab62b37a1e7469d6fea63b7.zip
Add `eslint-plugin-eslint-comments` (#24690)
Add [eslint-plugin-eslint-comments](https://github.com/mysticatea/eslint-plugin-eslint-comments) which prevents some abuse related to eslint comments.
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 e0e0644024..21c39aae9c 100644
--- a/package.json
+++ b/package.json
@@ -61,6 +61,7 @@
"@vitejs/plugin-vue": "4.2.3",
"eslint": "8.40.0",
"eslint-plugin-custom-elements": "0.0.8",
+ "eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jquery": "1.5.1",
"eslint-plugin-no-jquery": "2.7.0",