diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..fb57845 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/main.ts b/src/main.ts index e5c1db2..1d3e4f2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,5 +4,5 @@ import App from './App.vue'; Vue.config.productionTip = false; new Vue({ - render: (h) => h(App), + render: (h) => h(App), }).$mount('#app'); diff --git a/tslint.json b/tslint.json index 2b37e40..1ad37ef 100644 --- a/tslint.json +++ b/tslint.json @@ -10,7 +10,7 @@ }, "rules": { "quotemark": [true, "single"], - "indent": [true, "spaces", 2], + "indent": [true, "tabs", 1], "interface-name": false, "ordered-imports": false, "object-literal-sort-keys": false,