Open Conaclos opened 4 months ago
The discussion that initially set this issue: https://github.com/biomejs/biome/discussions/3282
You said that
An earlier version of the ESLint migrator displayed the rules that were not migrated. However, this was too much noise for the user, I decided to remove it.
Was this code ever committed? If so - it might be not so hard to get the functionality back. Having a tool to check how complete biome is to the current eslint setup might be a game changer for those in doubt of migrating.
Description
3282 suggests introducing a way to get structured data about which rules were migrated and which were not.
We could expose a new CLI option
--reporter
to emit a report that output this kind of information. We could support a JSON output. I am not sure if we need another reporter. However, using a--reporter
option makes the interface consistent with other commands that also use the reporter concept.