From 9a9900e5af90ed8569478da3cfde8e990f4a61a2 Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Sun, 10 Apr 2022 00:58:50 -0400 Subject: [PATCH] adds intro text and styling --- .eslintrc.js | 9 ++++++++- pages/index.vue | 10 ++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 437b976..52490d7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,5 +11,12 @@ module.exports = { extends: ['@nuxtjs', 'plugin:nuxt/recommended', 'prettier'], plugins: [], // add your custom rules here - rules: {}, + rules: { + "vue/multi-word-component-names": [ + "error", + { + "ignores": ["index"] + } + ] + }, } diff --git a/pages/index.vue b/pages/index.vue index 140ec6f..b1c8d44 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,10 @@