Fix ES6 comma-dangle eslint rule (functions should be ignored pre-ES2017) [MAILPOET-1028]
This commit is contained in:
committed by
pavel-mailpoet
parent
08f81bd816
commit
3e2bbeac11
@@ -7,12 +7,12 @@ const tabs = [
|
||||
{
|
||||
name: 'knowledgeBase',
|
||||
label: MailPoet.I18n.t('tabKnowledgeBaseTitle'),
|
||||
link: '/knowledgeBase'
|
||||
link: '/knowledgeBase',
|
||||
},
|
||||
{
|
||||
name: 'systemInfo',
|
||||
label: MailPoet.I18n.t('tabSystemInfoTitle'),
|
||||
link: '/systemInfo'
|
||||
link: '/systemInfo',
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user