merge 1923 and resolve conflict

This commit is contained in:
ogerly 2022-06-15 07:52:30 +02:00
commit 7e682425c5
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ module.exports = {
{
src: './src',
extensions: ['.js', '.vue'],
ignores: ['contributionLink.options.repetition.null'],
ignores: ['contributionLink.options.maxPerCycle.null'],
enableFix: false,
},
],

View File

@ -57,8 +57,8 @@ export default {
'name',
'memo',
'amount',
'cycle',
'maxPerCycle',
{ key: 'cycle', label: 'Zyklus' },
{ key: 'maxPerCycle', label: 'Wiederholung' },
{ key: 'validFrom', label: 'Start' },
{ key: 'validTo', label: 'Ende' },
'delete',