I don't see how they are going to compete with tons of ESLint plugins. There's just no way a small team can do such a large amount of maintenance.
This seems to have worked for Ruff in the Python world: https://github.com/charliermarsh/ruff
It re-implements a bunch of popular linting rulesets & plugins in Rust and is incredibly fast, especially compared to the other tools.