Skip to content

Commit

Permalink
feat(replacements): add eslint-plugin-eslint-comments replacement (#3…
Browse files Browse the repository at this point in the history
…1103)

Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
Jayllyz and rarkins authored Aug 30, 2024
1 parent 99cb52e commit deefa65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/data/replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit deefa65

Please sign in to comment.