Explorar o código

configure biome as lint check for ui package

Futa Arai hai 1 ano
pai
achega
9ed8508513
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ui/package.json

+ 1 - 1
packages/ui/package.json

@@ -27,7 +27,7 @@
     "clean": "shx rm -rf dist",
     "dev": "vite build --mode dev",
     "watch": "pnpm run dev -w --emptyOutDir=false",
-    "lint:js": "eslint **/*.{js,ts}",
+    "lint:js": "biome check",
     "lint:styles": "stylelint \"./scss/**/*\"",
     "lint:typecheck": "vue-tsc --noEmit",
     "lint": "npm-run-all -p lint:*"