diff options
author | silverwind <me@silverwind.io> | 2023-05-12 22:38:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 20:38:17 +0000 |
commit | f74501609246646a3ab62b37a1e7469d6fea63b7 (patch) | |
tree | f0c6a1bd2bb9097a74ef74a65d798bcfe9de4cd7 /package.json | |
parent | a4d6f83b5be6b95f288a5ca02eb1f46d8ac0f992 (diff) | |
download | gitea-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.json | 1 |
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", |