Apply lint

This commit is contained in:
CzBiX
2020-03-30 23:34:23 +08:00
parent e3ff054ea6
commit 8e935c85b4
38 changed files with 1106 additions and 590 deletions

View File

@@ -7,6 +7,7 @@ Vue.use(Vuetify);
let locale = i18n.locale();
locale = locale === 'zh-CN' ? 'zh-Hans' : locale.split('-', 1)[0];
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { default: translation } = require('vuetify/src/locale/' + locale);
export default new Vuetify({