Skip to content

Commit

Permalink
use maintained fork of eslint-plugin-eslint-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 14, 2023
1 parent 995d223 commit 9667846
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 31 deletions.
2 changes: 1 addition & 1 deletion tests/eslint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const confusingBrowserGlobals = require('confusing-browser-globals');
const parserJSONC = require('jsonc-eslint-parser');
const pluginArrayFunc = require('eslint-plugin-array-func');
const pluginESX = require('eslint-plugin-es-x');
const pluginESlintComments = require('eslint-plugin-eslint-comments');
const pluginESlintComments = require('@eslint-community/eslint-plugin-eslint-comments');
const pluginFilenames = require('eslint-plugin-filenames');
const pluginImport = require('eslint-plugin-import');
const pluginJSONC = require('eslint-plugin-jsonc');
Expand Down
46 changes: 17 additions & 29 deletions tests/eslint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tests/eslint",
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"confusing-browser-globals": "^1.0.11",
"eslint": "^8.51.0",
"eslint-plugin-array-func": "^4.0.0",
"eslint-plugin-es-x": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.10.0",
Expand Down

0 comments on commit 9667846

Please sign in to comment.