From 8fd072af8bb84fd115681d921725378472730f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Fri, 10 Apr 2026 10:27:51 -0400 Subject: [PATCH] chore(lint): usar Biome para linting --- mise.toml | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index deaf784..cfde895 100644 --- a/mise.toml +++ b/mise.toml @@ -5,3 +5,7 @@ pnpm = "latest" [tasks.dev] description = "Arranca el servidor dev" run = "pnpm dev" + +[tasks.lint] +description = "Lintea los archivos" +run = "biome lint ." diff --git a/package.json b/package.json index 5bf7e4a..8c0c66f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "vite build", - "lint": "eslint .", + "lint": "biome check", "preview": "vite preview" }, "dependencies": {