env: tweak linter + add icon

This commit is contained in:
Adrien Marquès 2019-05-08 13:00:55 +02:00
parent a1c4a986d9
commit ffd47fed56
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -4,5 +4,5 @@ import App from './App.vue';
Vue.config.productionTip = false; Vue.config.productionTip = false;
new Vue({ new Vue({
render: (h) => h(App), render: (h) => h(App),
}).$mount('#app'); }).$mount('#app');

View File

@ -10,7 +10,7 @@
}, },
"rules": { "rules": {
"quotemark": [true, "single"], "quotemark": [true, "single"],
"indent": [true, "spaces", 2], "indent": [true, "tabs", 1],
"interface-name": false, "interface-name": false,
"ordered-imports": false, "ordered-imports": false,
"object-literal-sort-keys": false, "object-literal-sort-keys": false,