chore: migrate to Rslint and Prettier#45
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Migrates the project’s linting/formatting tooling from Biome to Rslint + Prettier, updating scripts and hooks accordingly.
Changes:
- Add Rslint configuration and replace Biome scripts with Rslint/Prettier equivalents.
- Update pre-commit hook behavior to run lint/format write passes.
- Remove Biome config and reformat touched docs/config files to match Prettier rules.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| rslint.config.ts | Adds Rslint configuration using TypeScript recommended rules. |
| package.json | Swaps Biome + nano-staged for Rslint + Prettier and updates git hooks/scripts. |
| biome.json | Removes Biome configuration now that the tool is no longer used. |
| README.md | Updates code samples to match Prettier single-quote formatting. |
| .prettierrc | Adds Prettier config (singleQuote). |
| .prettierignore | Ignores build artifacts and lockfile from Prettier formatting/checking. |
| .github/workflows/test.yml | Normalizes YAML quoting consistent with Prettier formatting. |
| .github/workflows/release.yml | Normalizes YAML quoting consistent with Prettier formatting. |
| .github/renovate.json5 | Reformats Renovate config to Prettier’s JSON5 style. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 05b5088b06
ℹ️ 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