diff --git a/README.md b/README.md index d7987fa..bae4643 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ axios-miniprogram 是一款为小程序平台量身定制的轻量级请求库 - [源代码](https://github.com/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/taro) - [CodeSandbox](https://codesandbox.io/p/sandbox/github/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/taro) -- [Stackblitz](https://stackblitz.com/github/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/taro) +- [StackBlitz](https://stackblitz.com/github/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/taro) ### uni-app - [源代码](https://github.com/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/uni-app) - [CodeSandbox](https://codesandbox.io/p/sandbox/github/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/uni-app) -- [Stackblitz](https://stackblitz.com/github/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/uni-app) +- [StackBlitz](https://stackblitz.com/github/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/uni-app) diff --git a/package.json b/package.json index db0f146..bbfb58b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "play": "esno scripts/play.ts", "typecheck": "tsc --noEmit", "lint": "eslint --cache . --fix", - "format": "lint-staged", + "format": "prettier -w {src,test,scripts}/**/*.{ts,tsx,js,jsx}", "build": "esno scripts/build.ts", "build:assets": "esno scripts/build.assets.ts", "watch": "pnpm build -a -w",