From 4ab0dad6a0698f83688fd317cdf149283fca1e55 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Tue, 29 Jul 2025 15:24:29 +0000 Subject: [PATCH] Linted code --- .github/workflows/nuxthub.yml | 6 ++-- app/components/AppBackground.vue | 14 +++++---- app/components/uses/List.vue | 2 +- app/pages/projects/[slug].vue | 6 ++-- app/pages/writings/[slug].vue | 6 ++-- content/uses/0.homelab-beelink.json | 2 +- content/uses/1.homelab-tp-link.json | 2 +- content/uses/3.homelab-softwares.json | 2 +- content/uses/vscode.json | 2 +- server/api/stats/index.get.ts | 44 +++++++++++++-------------- types/index.ts | 24 ++++++++------- 11 files changed, 57 insertions(+), 53 deletions(-) diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml index 4d0c3b2..330a084 100644 --- a/.github/workflows/nuxthub.yml +++ b/.github/workflows/nuxthub.yml @@ -3,7 +3,7 @@ on: push jobs: deploy: - name: "Deploy to NuxtHub" + name: Deploy to NuxtHub runs-on: ubuntu-latest environment: name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }} @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22 - cache: 'pnpm' + cache: pnpm - name: Install dependencies run: pnpm install @@ -32,4 +32,4 @@ jobs: - name: Deploy to NuxtHub uses: nuxt-hub/action@v1 - id: deploy \ No newline at end of file + id: deploy diff --git a/app/components/AppBackground.vue b/app/components/AppBackground.vue index 6eeb299..4ca23a7 100644 --- a/app/components/AppBackground.vue +++ b/app/components/AppBackground.vue @@ -1,12 +1,14 @@ diff --git a/app/components/uses/List.vue b/app/components/uses/List.vue index c4f8f86..80f9dfd 100644 --- a/app/components/uses/List.vue +++ b/app/components/uses/List.vue @@ -1,7 +1,7 @@