fix(lint): automatically fix lint warnings

This commit is contained in:
Matteo Pagliazzi
2020-07-25 18:56:19 +02:00
parent aaf32cc09b
commit 79c64763ac
13 changed files with 263 additions and 203 deletions
@@ -32,8 +32,8 @@ export default {
components: {
BaseNotification,
},
props: ['notification', 'canRemove'],
mixins: [scoreTask, sync],
props: ['notification', 'canRemove'],
methods: {
async action () {
const { task, direction } = this.notification.data;