Skip to content

Commit

Permalink
chore: aligned with Rsbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Dec 12, 2024
1 parent c667148 commit c5e0064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ We're working to provide templates for more frameworks (such as Vue).

### Optional Tools

`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.
`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.

```text
◆ Select additional tools (Use <space> to select, <enter> to continue)
Expand Down
6 changes: 3 additions & 3 deletions website/docs/zh/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { PackageManagerTabs } from '@theme';

### 可选工具

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

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

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

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

### 快速生成

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

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

Expand Down

0 comments on commit c5e0064

Please sign in to comment.