Explorar o código

change lint command for biome

Futa Arai hai 10 meses
pai
achega
b96cf5e66e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/preset-themes/package.json

+ 1 - 1
packages/preset-themes/package.json

@@ -21,7 +21,7 @@
     "watch": "run-p watch:*",
     "watch:libs": "pnpm run dev:libs -w --emptyOutDir=false",
     "watch:themes": "pnpm run dev:themes -w --emptyOutDir=false",
-    "lint:eslint": "biome check",
+    "lint:biome": "biome check",
     "lint:styles": "stylelint \"src/**/*.scss\"",
     "lint:typecheck": "vue-tsc --noEmit",
     "lint": "run-p lint:*",