Replies: 4 comments 1 reply
-
For me at least, this will make it easier to adopt Biome because when we switched from eslint to biome we got around 200 "errors" but only a handful of them was put into the Problems tab so I had to continously run biome lint and look through the output for each file to open and fix. |
Beta Was this translation helpful? Give feedback.
-
This would indeed be nice to have. What's the current workaround to get a similar behavior? |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? ESLint has this eslint.lintTask.enable which enables whole workspace linting (not only opened files). Any alternatives/workarounds in Biome? |
Beta Was this translation helpful? Give feedback.
-
Here's my vscode task to lint the whole project and parse the output into the problems pane, adapted from here
As far as the Language Server, it could probably be done with |
Beta Was this translation helpful? Give feedback.
-
"PROBLEMS" Tab only show the problems of the files that are opened.
Since biomejs is blazing fast it could monitor or check at opening the workspace.
with typescript I can accomplish adding this to JSON settings:
Beta Was this translation helpful? Give feedback.
All reactions