Some users might want to dedupe their linting config, so that rules already recommended by Biome aren't manually specified in the config file. This is hard to do right now because one would have to manually go trough every rule used then check in the website if it's recommended or not. This would be useful especially when migrating from ESLint, as many rules it enables are already recommended by Biome, which would remove hundreds of duplicated rules. I manually did this on some project of mine with a script and found 74 rules specified in my config file that were already recommended by Biome
With this change, someone could just hover over every rule in their config and instantly know if it's recommended by default. A way to mention this could just be to add (recommended)
at the end of the description
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too