Browse Source

fix: update biome config

pull/11496/head
afc163 9 months ago
parent
commit
27fa371982
  1. 3
      package.json

3
package.json

@ -13,10 +13,9 @@
"i18n-remove": "pro i18n-remove --locale=zh-CN --write",
"postinstall": "max setup",
"jest": "jest",
"lint": "npm run biome:check && npm run tsc",
"lint": "npm run biome:lint && npm run tsc",
"lint-staged": "lint-staged",
"biome:lint": "npx @biomejs/biome lint",
"biome:check": "npx @biomejs/biome check",
"openapi": "max openapi",
"prepare": "husky",
"preview": "npm run build && max preview --port 8000",

Loading…
Cancel
Save