fix linting script to make sure errors are reported

This commit is contained in:
Matteo Pagliazzi
2019-11-02 13:08:20 +01:00
parent 4d88787ba0
commit da4dd07de1
3 changed files with 3 additions and 2 deletions
@@ -802,7 +802,7 @@ export default {
} else if (sortBy === 'sortByHatchable') {
groupKey = i => (i.isHatchable() ? 0 : 1);
}
return groupBy(pets, groupKey);
},
mounts (animalGroup, hideMissing, sortBy, searchText) {