rstackjs / rstackjs/rsbuild-plugin-eslint
Display ESLint errors only in the console
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- Avg merge
- 16h 29m
- Merged PRs (30d)
- 5
Description
Describe the problem
Is it possible to configure ESLint errors to appear only in the console, similar to how it's done in @rsbuild/plugin-type-check? I would like to keep dev.client.overlay = true for compilation errors, but I don’t want the overlay to display for every linting error.
Expected behavior
ESLint errors should be logged in the console without triggering the overlay, while compilation errors should still display in the overlay.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by reviewing how the plugin integrates ESLint with compilation and compare the behavior requested with @rsbuild/plugin-type-check; done means ESLint errors are logged in the console without triggering the overlay, while compilation errors still appear there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100