From 90b439e4707f8d335ed3ed0494cbae4aa48239d8 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 4 Sep 2025 16:24:42 +0200 Subject: [PATCH] Lint code --- app/pages/canva.vue | 4 +--- content/projects/artlab.md | 2 +- eslint.config.mjs | 2 +- tsconfig.json | 6 +++--- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/pages/canva.vue b/app/pages/canva.vue index ecfdb4c..395ab7f 100644 --- a/app/pages/canva.vue +++ b/app/pages/canva.vue @@ -3,7 +3,5 @@ diff --git a/content/projects/artlab.md b/content/projects/artlab.md index 3b45d1d..02347ec 100644 --- a/content/projects/artlab.md +++ b/content/projects/artlab.md @@ -13,7 +13,7 @@ tags: [**ArtLab**](https://status.arthurdanjou.fr) is my personal homelab, where I experiment with self-hosting and automation. -My homelab is a self-hosted environment where I deploy, test, and maintain personal services. Everything is securely exposed **only through a private VPN** using [Tailscale](https://tailscale.com/), ensuring encrypted, access-controlled connections across all devices. +My homelab is a self-hosted environment where I deploy, test, and maintain personal services. Everything is securely exposed **only through a private VPN** using [Tailscale](https://tailscale.com/), ensuring encrypted, access-controlled connections across all devices. For selected services, I also use **Cloudflare Tunnels** to enable secure external access without opening ports or exposing my public IP. ### 🛠️ Running Services diff --git a/eslint.config.mjs b/eslint.config.mjs index 628be79..11401bc 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -2,4 +2,4 @@ import antfu from '@antfu/eslint-config' export default antfu( // Your custom configs here -) \ No newline at end of file +) diff --git a/tsconfig.json b/tsconfig.json index 307b213..0029352 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,4 @@ { - // https://nuxt.com/docs/guide/concepts/typescript - "files": [], "references": [ { "path": "./.nuxt/tsconfig.app.json" @@ -14,5 +12,7 @@ { "path": "./.nuxt/tsconfig.node.json" } - ] + ], + // https://nuxt.com/docs/guide/concepts/typescript + "files": [] }