Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit aff2f34

Browse files
tksumanth1994alexsasharegan
authored andcommitted
chore: fixes lint issues - single quotes and importing order (#3)
1 parent a606c0d commit aff2f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/src/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
44
{{/if_eq}}
55
import Vue from 'vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
6-
import BootstrapVue from "bootstrap-vue"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
6+
import BootstrapVue from 'bootstrap-vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
7+
import "bootstrap/dist/css/bootstrap.min.css"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
8+
import "bootstrap-vue/dist/bootstrap-vue.css"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
79
import App from './App'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
810
{{#router}}
911
import router from './router'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
1012
{{/router}}
11-
import "bootstrap/dist/css/bootstrap.min.css"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
12-
import "bootstrap-vue/dist/bootstrap-vue.css"{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
1313

1414
Vue.use(BootstrapVue){{#if_eq lintConfig "airbnb"}};{{/if_eq}}
1515
Vue.config.productionTip = false{{#if_eq lintConfig "airbnb"}};{{/if_eq}}

0 commit comments

Comments
 (0)