Skip to content

Commit

Permalink
feat(replacements): eslint-config-standard-with-typescript to eslint-…
Browse files Browse the repository at this point in the history
…config-love (#28529)

Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
abrain and rarkins authored Apr 20, 2024
1 parent bf5eeb5 commit 99c99f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/config/presets/internal/replacements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const presets: Record<string, Preset> = {
'replacements:containerbase',
'replacements:cpx-to-maintenance-fork',
'replacements:cucumber-to-scoped',
'replacements:eslint-config-standard-with-typescript-to-eslint-config-love',
'replacements:eslint-plugin-node-to-maintained-fork',
'replacements:fakerjs-to-scoped',
'replacements:fastify-to-scoped',
Expand Down Expand Up @@ -198,6 +199,19 @@ export const presets: Record<string, Preset> = {
},
],
},
'eslint-config-standard-with-typescript-to-eslint-config-love': {
description:
'`eslint-config-standard-with-typescript` was renamed to `eslint-config-love`.',
packageRules: [
{
matchCurrentVersion: '^43.0.1',
matchDatasources: ['npm'],
matchPackageNames: ['eslint-config-standard-with-typescript'],
replacementName: 'eslint-config-love',
replacementVersion: '43.1.0',
},
],
},
'eslint-plugin-node-to-maintained-fork': {
description:
'Replace stale `eslint-plugin-node` with a maintained fork: `eslint-plugin-n`.',
Expand Down

0 comments on commit 99c99f0

Please sign in to comment.