chore: update format

pull/49/head
zjx0905 2023-09-22 15:34:49 +08:00
parent 5eaecd8b55
commit 7e7330405e
2 changed files with 3 additions and 3 deletions

View File

@ -70,10 +70,10 @@ axios-miniprogram 是一款为小程序平台量身定制的轻量级请求库
- [源代码](https://github.com/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/taro) - [源代码](https://github.com/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/taro)
- [CodeSandbox](https://codesandbox.io/p/sandbox/github/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 ### uni-app
- [源代码](https://github.com/zjxxxxxxxxx/axios-miniprogram/tree/main/examples/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) - [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)

View File

@ -34,7 +34,7 @@
"play": "esno scripts/play.ts", "play": "esno scripts/play.ts",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"lint": "eslint --cache . --fix", "lint": "eslint --cache . --fix",
"format": "lint-staged", "format": "prettier -w {src,test,scripts}/**/*.{ts,tsx,js,jsx}",
"build": "esno scripts/build.ts", "build": "esno scripts/build.ts",
"build:assets": "esno scripts/build.assets.ts", "build:assets": "esno scripts/build.assets.ts",
"watch": "pnpm build -a -w", "watch": "pnpm build -a -w",