From 65c73c96fa22b23414309d10fde8bb9a1933299e Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 4 Sep 2023 12:53:33 +0200 Subject: [PATCH] lint code and use badge --- .eslintignore | 1 - src/app.config.ts | 4 ++-- src/pages/talents.vue | 10 +++++++--- src/pages/work.vue | 10 +++++++--- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.eslintignore b/.eslintignore index 6fd5545..41e8b52 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ .nuxt node_modules .vercel -.vscode diff --git a/src/app.config.ts b/src/app.config.ts index 91abebf..616c910 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -22,7 +22,7 @@ export default defineAppConfig({ base: 'duration-300 focus:outline-none focus-visible:outline-0 disabled:cursor-not-allowed disabled:opacity-75', }, popover: { - container: "z-30", - } + container: 'z-30', + }, }, }) diff --git a/src/pages/talents.vue b/src/pages/talents.vue index 7a6c4fe..3719ae5 100644 --- a/src/pages/talents.vue +++ b/src/pages/talents.vue @@ -112,11 +112,15 @@ function getColor() {
- {{ category.category.name }} + color="primary" + variant="soft" + size="xs" + > + {{ category.category.name }} +

diff --git a/src/pages/work.vue b/src/pages/work.vue index 2db1c83..19166be 100644 --- a/src/pages/work.vue +++ b/src/pages/work.vue @@ -44,11 +44,15 @@ const { data: projects } = await useProjects() {{ project.description }}

- {{ tag }} + color="primary" + variant="soft" + size="xs" + > + {{ tag }} +