Fix eslint warnings, update eslint config

This commit is contained in:
Pranav Raj Sreepuram
2019-08-25 11:04:33 +05:30
parent aa8a43344b
commit f18f01a047
8 changed files with 227 additions and 132 deletions

View File

@@ -53,8 +53,8 @@ window.onload = () => {
window.WOOT = new Vue({
router,
store,
template: '<App/>',
components: { App },
template: '<App/>',
}).$mount('#app');
};
window.pusher = vuePusher.init();