Make browser based configs that include testing library
ESTIMATE TBD
For vanilla-ts and vanilla-js configs they are built so that we do not assume it is a web app. So we do not have eslint-plugin-testing-library configured. However, if we have testing-library installed for our app for our tests, we should 100% be following our testing library rules.
It would be cool to probe the package.json to see what modules are installed, and if there are certain ones we enable the plugins. However, this is just happy thoughts.