Unverified 提交 6c8151ae authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

prettify AGENTS.md (#2290)

#skip-bb
上级 b888792e
...@@ -15,11 +15,13 @@ npm run init-precommit ...@@ -15,11 +15,13 @@ npm run init-precommit
RUN THE FOLLOWING CHECKS before you do a commit. RUN THE FOLLOWING CHECKS before you do a commit.
**Formatting** **Formatting**
```sh ```sh
npm run prettier npm run prettier
``` ```
**Linting** **Linting**
```sh ```sh
npm run lint npm run lint
``` ```
...@@ -30,7 +32,8 @@ If you get any lint errors, you can usually fix it by doing: ...@@ -30,7 +32,8 @@ If you get any lint errors, you can usually fix it by doing:
npm run lint:fix npm run lint:fix
``` ```
***Type-checks** **\*Type-checks**
```sh ```sh
npm run ts npm run ts
``` ```
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论