Add the eslint-plugin-testing-library
package to our eslint config
#9048
Closed
Labels
Milestone
We would like to add support for the testing library ESLint plugin to our eslint config: https://github.com/testing-library/eslint-plugin-testing-library
This issue will cover adding the plugin, enabling relevant rules, and scoping them to specific test files th at are currently using React Testing Library. This will be the tricky part of this change as most files are currently using enzyme. The strategy that we use to bring this in will need to allow us to incrementally update our files over to RTL and the eslint config should be able to reflect that.
The text was updated successfully, but these errors were encountered: