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.
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 = truefor 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.