Skip to content
Snippets Groups Projects
Unverified Commit deefa65f authored by Antony David's avatar Antony David Committed by GitHub
Browse files

feat(replacements): add eslint-plugin-eslint-comments replacement (#31103)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 99cb52ea
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
"replacements:containerbase",
"replacements:cpx-to-maintenance-fork",
"replacements:cucumber-to-scoped",
"replacements:eslint-plugin-eslint-comments-to-maintained-fork",
"replacements:eslint-config-standard-with-typescript-to-eslint-config-love",
"replacements:eslint-plugin-node-to-maintained-fork",
"replacements:fakerjs-to-scoped",
......@@ -211,6 +212,18 @@
}
]
},
"eslint-plugin-eslint-comments-to-maintained-fork": {
"description": "Replace `eslint-plugin-eslint-comments` with a maintained fork: `@eslint-community/eslint-plugin-eslint-comments`.",
"packageRules": [
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint-plugin-eslint-comments"],
"matchCurrentVersion": "^3.2.0",
"replacementName": "@eslint-community/eslint-plugin-eslint-comments",
"replacementVersion": "3.2.0"
}
]
},
"eslint-config-standard-with-typescript-to-eslint-config-love": {
"description": "`eslint-config-standard-with-typescript` was renamed to `eslint-config-love`.",
"packageRules": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment