fix: helper preset description updates (#10840)

This commit is contained in:
Michael Kriese 2021-07-14 12:40:44 +02:00 committed by GitHub
parent fdc29c84ae
commit f3e8521651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@ export const presets: Record<string, Preset> = {
},
followTypescriptNext: {
description:
'Keep <typescript> version in sync with the <code>next</code> tag',
'Keep <code>typescript</code> version in sync with the <code>next</code> tag',
extends: [':followTag(typescript, next)'],
},
followTypescriptRc: {
description:
'Keep <typescript> version in sync with the <code>rc</code> tag',
'Keep <code>typescript</code> version in sync with the <code>rc</code> tag',
extends: [':followTag(typescript, rc)'],
},
};