Skip to content

Commit 66338f1

Browse files
authored
docs: add Rslint to the list of Rstack tools (#11318)
docs: add Rslint to to the list of tools
1 parent 2ce9e33 commit 66338f1

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Rstack is a unified JavaScript toolchain built around Rspack, with high performa
4141
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
4242
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
4343
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
44+
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter |
4445

4546
## Getting started
4647

@@ -69,15 +70,15 @@ Come chat with us on [Discord](https://discord.gg/79ZZ66GH9E)! Rspack team and R
6970

7071
## Links
7172

72-
| Name | Description |
73-
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- |
74-
| [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack) | A curated list of awesome things related to Rspack |
75-
| [Rspack 1.x documentation](https://rspack.rs/) | Documentation for Rspack 1.x (latest) |
76-
| [Rspack 0.x documentation](https://v0.rspack.rs/) | Documentation for Rspack 0.x version |
77-
| [rspack-dev-server](https://github.com/web-infra-dev/rspack-dev-server) | Dev server for Rspack |
78-
| [rstack-examples](https://github.com/rspack-contrib/rstack-examples) | Examples showcasing Rstack ecosystem tools (Rspack, Rsbuild, Rspress, Rsdoctor) |
79-
| [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rust port of [webpack-sources](https://www.npmjs.com/package/webpack-sources) |
80-
| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Design resources for Rspack Stack |
73+
| Name | Description |
74+
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
75+
| [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack) | A curated list of awesome things related to Rspack |
76+
| [Rspack 1.x documentation](https://rspack.rs/) | Documentation for Rspack 1.x (latest) |
77+
| [Rspack 0.x documentation](https://v0.rspack.rs/) | Documentation for Rspack 0.x version |
78+
| [rspack-dev-server](https://github.com/web-infra-dev/rspack-dev-server) | Dev server for Rspack |
79+
| [rstack-examples](https://github.com/rspack-contrib/rstack-examples) | Examples showcasing Rstack |
80+
| [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rust port of [webpack-sources](https://www.npmjs.com/package/webpack-sources) |
81+
| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Design resources for Rspack Stack |
8182

8283
## Contributors
8384

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
4040
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
4141
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
4242
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
43+
| [Rslint](https://github.com/web-infra-dev/rslint) | 代码分析工具 |
4344

4445
## 快速上手
4546

@@ -70,7 +71,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
7071
| [Rspack 1.x 文档](https://rspack.rs/zh/) | Rspack 1.x 版本的文档(最新) |
7172
| [Rspack 0.x 文档](https://v0.rspack.rs/zh/) | Rspack 0.x 版本的文档 |
7273
| [rspack-dev-server](https://github.com/web-infra-dev/rspack-dev-server) | Rspack 的开发服务器 |
73-
| [rstack-examples](https://github.com/rspack-contrib/rstack-examples) | Rstack 生态(Rspack、Rsbuild、Rspress、Rsdoctor)的示例 |
74+
| [rstack-examples](https://github.com/rspack-contrib/rstack-examples) | Rstack 的示例项目 |
7475
| [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rust 版本的 [webpack-sources](https://www.npmjs.com/package/webpack-sources) |
7576
| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Rspack Stack 的设计资源 |
7677

0 commit comments

Comments
 (0)