Skip to content

Commit 249564c

Browse files
committed
update
1 parent 578d2c1 commit 249564c

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Rstack is a unified JavaScript toolchain built around Rspack, with high performa
5757
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
5858
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
5959
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
60+
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter |
6061

6162
## 🔗 Links
6263

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
5757
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
5858
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
5959
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
60+
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 |
6061

6162
## 🔗 链接
6263

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

scripts/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ rsbuild
105105
rsdoctor
106106
rsfamily
107107
rslib
108+
rslint
108109
rslog
109110
rspack
110111
rspress

website/docs/en/guide/start/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Rstack is a unified JavaScript toolchain built around Rspack, with high performa
4848
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
4949
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
5050
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
51+
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter |
5152

5253
## 🔗 Links
5354

website/docs/zh/guide/start/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
5050
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
5151
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
5252
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
53+
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 |
5354

5455
## 🔗 链接
5556

0 commit comments

Comments
 (0)