docs: add rslint to the list of Rstack tools#5774
Merged
chenjiahan merged 1 commit intomainfrom Aug 6, 2025
Merged
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds Rslint to the documentation as part of the Rstack toolchain. Rslint appears to be a new linting/code analysis tool that follows the naming convention of other Rstack tools.
- Adds Rslint entry to tool tables across all documentation languages
- Updates the spell-check dictionary to include the new tool name
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/guide/start/index.mdx | Adds Rslint entry to Chinese documentation table |
| website/docs/en/guide/start/index.mdx | Adds Rslint entry to English documentation table |
| README.zh-CN.md | Adds Rslint entry to Chinese README table |
| README.pt-BR.md | Adds Rslint entry to Portuguese README table |
| README.md | Adds Rslint entry to main README table |
| scripts/dictionary.txt | Adds "rslint" to spell-check dictionary |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Add Rslint to the list of Rstack tools.
Related links
https://github.com/web-infra-dev/rslint
Checklist