diff --git a/starter-project-web-vue2/.eslintrc.js b/starter-project-web-vue2/.eslintrc.js index b7166f48..63024360 100644 --- a/starter-project-web-vue2/.eslintrc.js +++ b/starter-project-web-vue2/.eslintrc.js @@ -2,19 +2,14 @@ module.exports = { root: true, env: { browser: true, - node: true + node: true, }, parserOptions: { parser: '@babel/eslint-parser', - requireConfigFile: false + requireConfigFile: false, }, - extends: [ - '@nuxtjs', - 'plugin:nuxt/recommended', - 'prettier' - ], - plugins: [ - ], + extends: ['@nuxtjs', 'plugin:nuxt/recommended', 'prettier'], + plugins: [], rules: { 'vue/multi-word-component-names': 'off', }, diff --git a/starter-project-web-vue2/README.md b/starter-project-web-vue2/README.md index f7e1208a..92c2d3a4 100644 --- a/starter-project-web-vue2/README.md +++ b/starter-project-web-vue2/README.md @@ -16,7 +16,7 @@ 6. Add a file called index.vue in your pages folder. This page will be used to display a list of blogs. -7. Add a file called _id.vue in your pages folder. This page will be used to display a single blog. +7. Add a file called \_id.vue in your pages folder. This page will be used to display a single blog. 8. Add any components you want to use in your pages to your components folder. (ex. the component used to display a single blog on the list page.) @@ -45,7 +45,7 @@ ### End to End Testing -. . . +. . . ## Build Setup diff --git a/starter-project-web-vue2/assets/variables.css b/starter-project-web-vue2/assets/variables.css index f3e2dc35..9e3adf33 100644 --- a/starter-project-web-vue2/assets/variables.css +++ b/starter-project-web-vue2/assets/variables.css @@ -1 +1 @@ -/* No CSS *//*# sourceMappingURL=variables.css.map */ \ No newline at end of file +/* No CSS */ /*# sourceMappingURL=variables.css.map */ diff --git a/starter-project-web-vue2/commitlint.config.js b/starter-project-web-vue2/commitlint.config.js index 69b4242c..98ee7dfc 100644 --- a/starter-project-web-vue2/commitlint.config.js +++ b/starter-project-web-vue2/commitlint.config.js @@ -1,3 +1,3 @@ module.exports = { - extends: ["@commitlint/config-conventional"], -}; + extends: ['@commitlint/config-conventional'], +} diff --git a/starter-project-web-vue2/components/abraham/AbrahamAddBlog.vue b/starter-project-web-vue2/components/abraham/AbrahamAddBlog.vue index 605fb891..cd560b82 100644 --- a/starter-project-web-vue2/components/abraham/AbrahamAddBlog.vue +++ b/starter-project-web-vue2/components/abraham/AbrahamAddBlog.vue @@ -1,6 +1,6 @@