diff options
author | silverwind <me@silverwind.io> | 2023-05-15 19:29:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 17:29:23 +0000 |
commit | 31ad6181e11977634a9ab4a30635bb4516acbbf8 (patch) | |
tree | 2e1c56469e4b6675aba8acb8a5f6633515f97649 /package.json | |
parent | f74bd9dc81e343d82e95f41699a505eeb2ac52c4 (diff) | |
download | gitea-31ad6181e11977634a9ab4a30635bb4516acbbf8.tar.gz gitea-31ad6181e11977634a9ab4a30635bb4516acbbf8.zip |
Switch to `@eslint-community/eslint-comments` (#24736)
[eslint-plugin-eslint-comments](https://github.com/mysticatea/eslint-plugin-eslint-comments)
is unmaintained, switch to the community fork.
See
https://github.com/mysticatea/eslint-plugin-eslint-comments/issues/72
for discussion.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 21c39aae9c..cf3f5af99a 100644 --- a/package.json +++ b/package.json @@ -55,13 +55,13 @@ "wrap-ansi": "8.1.0" }, "devDependencies": { + "@eslint-community/eslint-plugin-eslint-comments": "3.2.1", "@playwright/test": "1.33.0", "@rollup/pluginutils": "5.0.2", "@stoplight/spectral-cli": "6.6.0", "@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", |