Update eslint config

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-01-05 18:54:00 +01:00
parent 900afbbb6b
commit 6bbfe00474
37 changed files with 540 additions and 543 deletions

View File

@@ -39,8 +39,8 @@ sync(store, router)
Vue.mixin({
methods: {
t: translate,
n: translatePlural
}
n: translatePlural,
},
})
Vue.directive('tooltip', Tooltip)
@@ -50,5 +50,5 @@ new Vue({
el: '#content',
router,
store,
render: h => h(App)
render: h => h(App),
})