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]
|
[tasks.dev]
|
||||||
description = "Arranca el servidor dev"
|
description = "Arranca el servidor dev"
|
||||||
run = "pnpm dev"
|
run = "pnpm dev"
|
||||||
|
|
||||||
|
[tasks.lint]
|
||||||
|
description = "Lintea los archivos"
|
||||||
|
run = "biome lint ."
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"lint": "eslint .",
|
"lint": "biome check",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue