Browse Source

change lint command to biome

Futa Arai 9 months ago
parent
commit
9762388904
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/slackbot-proxy/package.json

+ 1 - 1
apps/slackbot-proxy/package.json

@@ -16,7 +16,7 @@
     "start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js",
     "start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js",
     "postbuild": "pnpm run cp:public && pnpm run cp:views && pnpm run cp:bootstrap",
     "postbuild": "pnpm run cp:public && pnpm run cp:views && pnpm run cp:bootstrap",
     "predev": "pnpm run cp:bootstrap:dev",
     "predev": "pnpm run cp:bootstrap:dev",
-    "lint:js": "eslint src/**/*.{js,ts}",
+    "lint:js": "biome check",
     "lint:styles": "stylelint --allow-empty-input \"src/**/*.scss\" \"src/**/*.css\"",
     "lint:styles": "stylelint --allow-empty-input \"src/**/*.scss\" \"src/**/*.css\"",
     "lint:typecheck": "vue-tsc --noEmit",
     "lint:typecheck": "vue-tsc --noEmit",
     "lint": "run-p lint:*",
     "lint": "run-p lint:*",