chore: enable additional type-aware lint rules - #8282
Conversation
Deploying rsbuild with
|
| Latest commit: |
5eb2b91
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bfabb914.rsbuild-v2.pages.dev |
| Branch Preview URL: | https://chenjiahan-chore-enable-more.rsbuild-v2.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5eb2b91c80
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
b410fdd to
5eb2b91
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 12d4e1ed43
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
This PR enables six additional type-aware TypeScript lint rules to tighten async handling, error reporting, enum comparisons, stringification, and type definitions. Existing violations are fixed while preserving runtime behavior, with a targeted
no-implied-evalsuppression for the CJS runner's main-context dynamic import loader.Related Links