5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 07:59:47 +08:00

chore: linting fixes

This commit is contained in:
Lea Anthony 2019-05-25 11:17:39 +10:00
parent 6b1b999546
commit a54bbb4e14
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
{
"esversion": 6
}

View File

@ -3,8 +3,8 @@ import Vue from "vue";
// Setup Vuetify
import Vuetify from 'vuetify';
Vue.use(Vuetify);
import 'vuetify/dist/vuetify.min.css'
import 'material-design-icons-iconfont'
import 'vuetify/dist/vuetify.min.css';
import 'material-design-icons-iconfont';
import App from "./App.vue";