mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
lint common
This commit is contained in:
@@ -26,7 +26,7 @@ Vue.config.performance = !IS_PRODUCTION;
|
||||
Vue.config.productionTip = IS_PRODUCTION;
|
||||
|
||||
// window['habitica-i18n] is injected by the server
|
||||
Vue.use(i18n, {i18nData: window && window['habitica-i18n']});
|
||||
Vue.use(i18n, { i18nData: window && window['habitica-i18n'] });
|
||||
Vue.use(StoreModule);
|
||||
Vue.use(BootstrapVue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user