fix(build): do not lint when testing on github

This commit is contained in:
Matteo Pagliazzi
2019-10-22 20:38:01 +02:00
parent 3031caffe8
commit 9afcf8d5eb
5 changed files with 31 additions and 30 deletions

View File

@@ -214,12 +214,12 @@ const NOTIFICATIONS = {
},
ACHIEVEMENT_MONSTER_MAGUS: {
achievement: true,
label: ($t) => `${$t('achievement')}: ${$t('achievementMonsterMagus')}`,
label: $t => `${$t('achievement')}: ${$t('achievementMonsterMagus')}`,
modalId: 'generic-achievement',
},
ACHIEVEMENT_UNDEAD_UNDERTAKER: {
achievement: true,
label: ($t) => `${$t('achievement')}: ${$t('achievementUndeadUndertaker')}`,
label: $t => `${$t('achievement')}: ${$t('achievementUndeadUndertaker')}`,
modalId: 'generic-achievement',
},
};