Skip to content

Commit c5e0064

Browse files
committed
chore: aligned with Rsbuild
1 parent c667148 commit c5e0064

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/en/guide/start/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We're working to provide templates for more frameworks (such as Vue).
7070

7171
### Optional Tools
7272

73-
`create-rslib` can help you set up some commonly used formatter and linter tools, including [Biome](https://biomejs.dev/), [ESLint](https://eslint.org/), and [prettier](https://prettier.io/). You can use the arrow keys and the space bar to make your selections. If you don't need these tools, you can simply press Enter to skip.
73+
`create-rslib` can help you set up some commonly used linter and formatter tools, including [Biome](https://biomejs.dev/), [ESLint](https://eslint.org/), and [prettier](https://prettier.io/). You can use the arrow keys and the space bar to make your selections. If you don't need these tools, you can simply press Enter to skip.
7474

7575
```text
7676
◆ Select additional tools (Use <space> to select, <enter> to continue)

website/docs/zh/guide/start/quick-start.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import { PackageManagerTabs } from '@theme';
7070

7171
### 可选工具
7272

73-
`create-rslib` 可以帮助你设置一些常用的格式化程序和 linter 工具,包括 [Biome](https://biomejs.dev/)[ESLint](https://eslint.org/)[prettier](https://prettier.io/)。你可以使用箭头键和空格键进行选择。如果你不需要这些工具,只需按 Enter 跳过即可。
73+
`create-rslib` 可以帮助你设置一些常用的代码检查和格式化工具,包括 [Biome](https://biomejs.dev/)[ESLint](https://eslint.org/)[prettier](https://prettier.io/)。你可以使用箭头键和空格键进行选择。如果你不需要这些工具, Enter 跳过即可。
7474

7575
```text
7676
◆ Select additional tools (Use <space> to select, <enter> to continue)
@@ -81,7 +81,7 @@ import { PackageManagerTabs } from '@theme';
8181
```
8282

8383
:::tip
84-
Biome 提供与 ESLint 和 Prettier 类似的 linting 和格式化功能。如果你选择 Biome,通常也不需要选择 ESLint 或 Prettier。
84+
Biome 提供与 ESLint 和 Prettier 类似的代码检查和格式化功能。如果你选择 Biome,通常也不需要选择 ESLint 或 Prettier。
8585
:::
8686

8787
### 当前目录
@@ -100,7 +100,7 @@ Biome 提供与 ESLint 和 Prettier 类似的 linting 和格式化功能。如
100100

101101
### 快速生成
102102

103-
[create-rslib](https://www.npmjs.com/package/create-rslib) 提供了一些 CLI 选项。通过设置这些 CLI 选项,你可以跳过交互式选择步骤并使用一个命令创建项目
103+
[create-rslib](https://www.npmjs.com/package/create-rslib) 提供了一些 CLI 选项。通过设置这些 CLI 选项,你可以跳过交互式的选择步骤,一键创建项目
104104

105105
比如,一键创建 example 模版项目到 `my-project`
106106

0 commit comments

Comments
 (0)