mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
feat(replacements): eslint-config-standard-with-typescript to eslint-config-love (#28529)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
parent
bf5eeb54da
commit
99c99f01e0
1 changed files with 14 additions and 0 deletions
|
@ -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',
|
||||
|
@ -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`.',
|
||||
|
|
Loading…
Reference in a new issue