Closed
Description
Motivated by this comment I want to propose renaming recommended
config to dom
.
I picked that name because is the usual config included in an ESLint plugin, but it doesn't look like proper name and seems misleading. I have seen some people too configuring recommended
+ react
or another framework, so the name can be definitely improved.
My proposal then is to rename recommended
to dom
so 1) it's obvious it's not a recommended one in general, but specific one for DOM Testing Library and 2) it makes clearer the fact you don't need to enable that one together with another one for a Testing Library framework.
I can address this one myself tomorrow (including doc updates) and add it to v4, but I'd like to know your opinion first.