chore(lint): usar Biome para linting
This commit is contained in:
parent
cc505c5a61
commit
8fd072af8b
2 changed files with 5 additions and 1 deletions
|
|
@ -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 ."
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"lint": "biome check",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue