client lint first pass

This commit is contained in:
Matteo Pagliazzi
2019-10-11 20:35:49 +02:00
parent 07cffe9e16
commit a625e83b53
104 changed files with 1053 additions and 893 deletions

View File

@@ -50,10 +50,10 @@ export default {
challengeModal,
challengeItem,
},
props: ['groupId'],
computed: {
...mapState({ user: 'user.data' }),
directives: {
markdown: markdownDirective,
},
props: ['groupId'],
data () {
return {
challenges: [],
@@ -63,8 +63,8 @@ export default {
groupIdForChallenges: '',
};
},
directives: {
markdown: markdownDirective,
computed: {
...mapState({ user: 'user.data' }),
},
watch: {
async groupId () {