diff --git a/package-lock.json b/package-lock.json index 1f4d36c..041a501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@babel/plugin-proposal-private-methods": "^7.18.6", "@compodoc/compodoc": "^1.1.21", "@cspell/eslint-plugin": "^8.0.0", + "@eslint-community/eslint-plugin-eslint-comments": "^3.2.0", "@release-it/conventional-changelog": "^12.0.0", "@shopify/eslint-plugin": "^44.0.0", "@types/jest": "^30.0.0", @@ -21,7 +22,6 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-etc": "^2.0.3", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", @@ -2851,6 +2851,22 @@ "node": ">=16" } }, + "node_modules/@eslint-community/eslint-plugin-eslint-comments": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.1.tgz", + "integrity": "sha512-/HZbjIGaVO2zLlWX3gRgiHmKRVvvqrC0zVu3eXnIj1ORxoyfGSj50l0PfDfqihyZAqrDYzSMdJesXzFjvAoiLQ==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5", + "ignore": "^5.2.4" + }, + "engines": { + "node": ">=6.5.0" + }, + "peerDependencies": { + "eslint": ">=4.19.1" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz", @@ -23027,6 +23043,16 @@ "jsdoc-type-pratt-parser": "~4.0.0" } }, + "@eslint-community/eslint-plugin-eslint-comments": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.1.tgz", + "integrity": "sha512-/HZbjIGaVO2zLlWX3gRgiHmKRVvvqrC0zVu3eXnIj1ORxoyfGSj50l0PfDfqihyZAqrDYzSMdJesXzFjvAoiLQ==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5", + "ignore": "^5.2.4" + } + }, "@eslint-community/eslint-utils": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz", diff --git a/package.json b/package.json index 80cecec..9a4b847 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-eslint-comments": "^3.2.0", + "@eslint-community/eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-etc": "^2.0.3", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1",